Spaces:
Sleeping
Sleeping
Create config.py
Browse files
config.py
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MODEL_REPO = "tensorblock/deepseek-coder-1.3b-instruct-GGUF"
|
| 2 |
+
|
| 3 |
+
MODEL_FILE = "deepseek-coder-1.3b-instruct-Q5_K_M.gguf"
|
| 4 |
+
|
| 5 |
+
CTX_SIZE = 4096
|
| 6 |
+
|
| 7 |
+
THREADS = 4
|
| 8 |
+
|
| 9 |
+
MAX_TOKENS = 512
|
| 10 |
+
|
| 11 |
+
TEMPERATURE = 0.2
|