WIP
This commit is contained in:
+2
-3
@@ -64,8 +64,7 @@ RUN mkdir -p /home/llama/models
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["llama-server", \
|
||||
"--model", "/home/llama/models/mistral-7b-instruct.gguf", \
|
||||
"--model", "/home/llama/models/Codestral-22B-v0.1-Q4_K_M.gguf", \
|
||||
"--host", "0.0.0.0", \
|
||||
"--port", "8080", \
|
||||
"-c", "4096", \
|
||||
"-ngl", "33"]
|
||||
"-c", "4096"]
|
||||
Reference in New Issue
Block a user