Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,9 +16,9 @@ import uvicorn
|
|
| 16 |
# ============================================================================
|
| 17 |
# CONFIGURATION
|
| 18 |
# ============================================================================
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
|
| 23 |
# Context and generation settings for "unlimited" tokens
|
| 24 |
MAX_CONTEXT = 4096 # Larger context window
|
|
|
|
| 16 |
# ============================================================================
|
| 17 |
# CONFIGURATION
|
| 18 |
# ============================================================================
|
| 19 |
+
MODEL_REPO = "TheBloke/deepseek-coder-1.3b-instruct-GGUF"
|
| 20 |
+
MODEL_FILE = "deepseek-coder-1.3b-instruct.Q4_K_M.gguf"
|
| 21 |
+
MODEL_NAME = "deepseek-coder-1.3b-instruct"
|
| 22 |
|
| 23 |
# Context and generation settings for "unlimited" tokens
|
| 24 |
MAX_CONTEXT = 4096 # Larger context window
|