Xenobd commited on
Commit
da1bd87
·
verified ·
1 Parent(s): 2976d83

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -39,8 +39,8 @@ ARG HF_TOKEN
39
  RUN huggingface-cli login --token $HF_TOKEN || true
40
 
41
  # Download the model into ./models/
42
- #RUN huggingface-cli download israellaguan/Falcon3-10B-Instruct-1.58bit-i2_s --local-dir models/
43
- RUN huggingface-cli download tiiuae/Falcon3-3B-Instruct-1.58bit-GGUF --local-dir models/
44
 
45
 
46
  # Run BitNet preprocessing script
 
39
  RUN huggingface-cli login --token $HF_TOKEN || true
40
 
41
  # Download the model into ./models/
42
+ RUN huggingface-cli download israellaguan/Falcon3-10B-Instruct-1.58bit-i2_s --local-dir models/
43
+ #RUN huggingface-cli download tiiuae/Falcon3-3B-Instruct-1.58bit-GGUF --local-dir models/
44
 
45
 
46
  # Run BitNet preprocessing script