Spaces:
Running
Running
Dmitry Beresnev commited on
Commit ·
c7c8563
1
Parent(s): 0fbce92
fix repo of model
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -88,8 +88,8 @@ EXPOSE 7860
|
|
| 88 |
# "--host", "0.0.0.0", "--port", "7860", "-c", "4096", "-t", "4", "-ngl", "0", "--cont-batching", "-b", "512"]
|
| 89 |
#
|
| 90 |
# Example Qwen2.5 7B Instruct (8k context, safer on 10GB RAM):
|
| 91 |
-
# Use
|
| 92 |
-
CMD ["llama-server", "--hf-repo", "
|
| 93 |
#
|
| 94 |
# Example Qwen2.5-Coder 7B Instruct (32k context):
|
| 95 |
# CMD ["llama-server", "-hf", "Qwen/Qwen2.5-Coder-7B-Instruct-GGUF:Qwen2.5-Coder-7B-Instruct.Q4_K_M.gguf",
|
|
|
|
| 88 |
# "--host", "0.0.0.0", "--port", "7860", "-c", "4096", "-t", "4", "-ngl", "0", "--cont-batching", "-b", "512"]
|
| 89 |
#
|
| 90 |
# Example Qwen2.5 7B Instruct (8k context, safer on 10GB RAM):
|
| 91 |
+
# Use a repo with confirmed single-file GGUF naming.
|
| 92 |
+
CMD ["llama-server", "--hf-repo", "tensorblock/Qwen2.5-7B-Instruct-GGUF", "--hf-file", "Qwen2.5-7B-Instruct-Q4_K_M.gguf", "--host", "0.0.0.0", "--port", "7860", "-c", "8192", "-t", "4", "-ngl", "0", "--cont-batching", "-b", "256"]
|
| 93 |
#
|
| 94 |
# Example Qwen2.5-Coder 7B Instruct (32k context):
|
| 95 |
# CMD ["llama-server", "-hf", "Qwen/Qwen2.5-Coder-7B-Instruct-GGUF:Qwen2.5-Coder-7B-Instruct.Q4_K_M.gguf",
|