Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
-
|
| 43 |
-
RUN python setup_env.py -
|
|
|
|
| 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
|