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 3 -m ./models/Phi-3-mini-4k-instruct-q4.gguf
|
|
|
|
| 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/Phi-3-mini-4k-instruct-q4.gguf --parallel 2
|