rikunarita commited on
Commit
958b98d
·
verified ·
1 Parent(s): ed7c8a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN pip install -U pip huggingface_hub
10
 
11
  RUN python3 -c 'from huggingface_hub import hf_hub_download; \
12
  repo="unsloth/gemma-4-26B-A4B-it-GGUF"; \
13
- hf_hub_download(repo_id=repo, filename="gemma-4-26B-A4B-it-UD-Q4_K_XL.gguf", local_dir="/app"); \
14
  hf_hub_download(repo_id=repo, filename="mmproj-BF16.gguf", local_dir="/app")'
15
 
16
  CMD ["--server", \
 
10
 
11
  RUN python3 -c 'from huggingface_hub import hf_hub_download; \
12
  repo="unsloth/gemma-4-26B-A4B-it-GGUF"; \
13
+ hf_hub_download(repo_id=repo, filename="gemma-4-26B-A4B-it-UD-Q3_K_XL.gguf", local_dir="/app"); \
14
  hf_hub_download(repo_id=repo, filename="mmproj-BF16.gguf", local_dir="/app")'
15
 
16
  CMD ["--server", \