Xenobd commited on
Commit
c4509b3
·
verified ·
1 Parent(s): aedb8b8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ 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 tl1
44
 
45
  RUN pwd
46
  RUN ls
 
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