File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
kubernetes/apps/base/llm/openclaw/llama-35b Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,19 @@ spec:
2626 - |
2727 set -euo pipefail
2828
29- if [ ! -s /models/qwen35b/Qwen3.5-35B-A3B-UD-Q4_K_XL .gguf ] || [ ! -s /models/qwen35b/mmproj-F16.gguf ]; then
29+ if [ ! -s /models/qwen35b/Qwen3.5-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled.i1-Q4_K_M .gguf ] || [ ! -s /models/qwen35b/mmproj-F16.gguf ]; then
3030 pip install --no-cache-dir huggingface_hub
3131 mkdir -p /models/qwen35b
32- rm -rf /models/qwen35b/.cache/huggingface/download/Qwen3.5-35B-A3B-UD-Q4_K_XL.gguf.lock
32+ rm -rf /models/qwen35b/.cache/huggingface/download/Qwen3.5-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled.i1-Q4_K_M.gguf.lock
33+ rm -rf /models/qwen35b/.cache/huggingface/download/mmproj-F16.gguf.lock
34+
35+ hf download \
36+ mradermacher/Qwen3.5-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled-i1-GGUF \
37+ Qwen3.5-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled.i1-Q4_K_M.gguf \
38+ --local-dir /models/qwen35b
39+
3340 hf download \
3441 unsloth/Qwen3.5-35B-A3B-GGUF \
35- Qwen3.5-35B-A3B-UD-Q4_K_XL.gguf \
3642 mmproj-F16.gguf \
3743 --local-dir /models/qwen35b
3844
6874 - --alias
6975 - qwen35b
7076 - --model
71- - /models/qwen35b/Qwen3.5-35B-A3B-UD-Q4_K_XL .gguf
77+ - /models/qwen35b/Qwen3.5-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled.i1-Q4_K_M .gguf
7278 - --mmproj
7379 - /models/qwen35b/mmproj-F16.gguf
7480 - --ctx-size
You can’t perform that action at this time.
0 commit comments