Xenobd commited on
Commit
ab0a3b2
·
verified ·
1 Parent(s): b2e09b5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -39,8 +39,9 @@ ARG HF_TOKEN
39
  RUN huggingface-cli login --token $HF_TOKEN || true
40
 
41
  # Download the model into ./models/
42
- RUN huggingface-cli download microsoft/BitNet-b1.58-2B-4T-gguf --local-dir models/7b
43
- RUN python setup_env.py -md models/7b -q "tl2"
 
44
 
45
  RUN pwd
46
  RUN ls
 
39
  RUN huggingface-cli login --token $HF_TOKEN || true
40
 
41
  # Download the model into ./models/
42
+
43
+ RUN python setup_env.py --hf-repo tiiuae/Falcon3-7B-Instruct-1.58bit -q i2_s
44
+
45
 
46
  RUN pwd
47
  RUN ls