Spaces:
Sleeping
Sleeping
Create config.py
Browse files
config.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
MODEL_REPO = "
|
| 2 |
|
| 3 |
-
MODEL_FILE = "
|
| 4 |
|
| 5 |
CTX_SIZE = 4096
|
| 6 |
|
|
|
|
| 1 |
+
MODEL_REPO = "bartowski/DeepSeek-Coder-1.3B-Instruct-GGUF"
|
| 2 |
|
| 3 |
+
MODEL_FILE = "DeepSeek-Coder-1.3B-Instruct-Q4_K_M.gguf"
|
| 4 |
|
| 5 |
CTX_SIZE = 4096
|
| 6 |
|