Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
| 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
|