You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: refactors, added new extraEnvVar, extraEnvFrom, runtimeClassName and podTemplate for Model CRD, fixes (#18)
- Refactored controller with new wrappers and utilities
- Fixed curl not working in the container
- Added new fields `extraEnvVar`, `extraEnvFrom`, `runtimeClassName` and `podTemplate` for Model CRD
Close#15, #16, #17
Signed-off-by: Neko Ayaka <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+2-28Lines changed: 2 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,34 +145,8 @@ Unlock the abilities to run the following models with the Ollama Operator over K
145
145
146
146
> [!TIP]
147
147
> By the power of [`Modelfile`](https://github.com/ollama/ollama/blob/main/docs/modelfile.md) backed by Ollama, you can create and bundle any of your own model. **As long as it's a GGUF formatted model.**
148
-
149
-
| Model | Parameters | Size | Model image | Full model image URL | Multi-modal | Uncensored |
0 commit comments