change rp model
This commit is contained in:
@@ -27,9 +27,9 @@ spec:
|
||||
- name: HF_HOME
|
||||
value: /models/.hf
|
||||
- name: MODEL_REPO
|
||||
value: "mradermacher/Omega-Darker-Gaslight_The-Final-Forgotten-Fever-Dream-24B-GGUF"
|
||||
value: "ReadyArt/Serenity-12B-GGUF"
|
||||
- name: MODEL_FILE
|
||||
value: "Omega-Darker-Gaslight_The-Final-Forgotten-Fever-Dream-24B.Q4_K_S.gguf"
|
||||
value: "Serenity-12B-Q8_0.gguf"
|
||||
# optional, only if you need gated/private models
|
||||
# - name: HUGGING_FACE_HUB_TOKEN
|
||||
# valueFrom:
|
||||
@@ -82,7 +82,7 @@ spec:
|
||||
image: ghcr.io/ggml-org/llama.cpp:server-vulkan
|
||||
args:
|
||||
- "--model"
|
||||
- "/models/Omega-Darker-Gaslight_The-Final-Forgotten-Fever-Dream-24B.Q4_K_S.gguf"
|
||||
- "/models/Serenity-12B-Q8_0.gguf"
|
||||
- "--host"
|
||||
- "0.0.0.0"
|
||||
- "--port"
|
||||
|
||||
Reference in New Issue
Block a user