Spaces:
Sleeping
Sleeping
Rename Dockerfile.tmp to Dockerfile
Browse files
Dockerfile.tmp → Dockerfile
RENAMED
|
@@ -40,7 +40,7 @@ RUN huggingface-cli login --token $HF_TOKEN || true
|
|
| 40 |
|
| 41 |
# Download the model into ./models/
|
| 42 |
|
| 43 |
-
RUN huggingface-cli download tiiuae/Falcon3-
|
| 44 |
|
| 45 |
# Run BitNet preprocessing script
|
| 46 |
RUN python utils/codegen_tl1.py --model bitnet_b1_58-3B --BM 160,320,320 --BK 64,128,64 --bm 32,64,32
|
|
|
|
| 40 |
|
| 41 |
# Download the model into ./models/
|
| 42 |
|
| 43 |
+
RUN huggingface-cli download tiiuae/Falcon3-10B-Instruct-1.58bit-GGUF --local-dir models/
|
| 44 |
|
| 45 |
# Run BitNet preprocessing script
|
| 46 |
RUN python utils/codegen_tl1.py --model bitnet_b1_58-3B --BM 160,320,320 --BK 64,128,64 --bm 32,64,32
|