From b239fc9340d77aee51ae54350ccb20b731ba6d7a Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Tue, 14 Jul 2026 01:03:27 +0300 Subject: [PATCH] change rp model --- manifests/llama/rp.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/llama/rp.yaml b/manifests/llama/rp.yaml index c54b8e6..94c4be5 100644 --- a/manifests/llama/rp.yaml +++ b/manifests/llama/rp.yaml @@ -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"