Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,4 +10,4 @@ WORKDIR /llama.cpp
|
|
| 10 |
EXPOSE 7860
|
| 11 |
RUN chmod -R 777 /llama.cpp
|
| 12 |
RUN nproc
|
| 13 |
-
CMD ./server --host 0.0.0.0 --port 7860 -t
|
|
|
|
| 10 |
EXPOSE 7860
|
| 11 |
RUN chmod -R 777 /llama.cpp
|
| 12 |
RUN nproc
|
| 13 |
+
CMD ./server --host 0.0.0.0 --port 7860 -t 3 -m ./models/gemma-2b-it-Q8_0.gguf
|