Spaces:
Sleeping
Sleeping
Aleksandr Maiorov
commited on
Commit
·
1d7ae66
1
Parent(s):
053a376
v0.2.0
Browse files- запуск unicorn заменен на llama-server
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
19 |
|
20 |
COPY --chown=user . /app
|
21 |
|
22 |
-
CMD ["
|
|
|
19 |
|
20 |
COPY --chown=user . /app
|
21 |
|
22 |
+
CMD ["llama-server", "-mu", "https://huggingface.co/Vikhrmodels/Vikhr-Qwen-2.5-1.5B-Instruct-GGUF/resolve/main/Vikhr-Qwen-2.5-1.5b-Instruct-Q8_0.gguf", "--host", "0.0.0.0", "--port", "7860"]
|