Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import json
|
|
9 |
from typing import Optional, List, Union, Dict, Any
|
10 |
|
11 |
# --- Configuration ---
|
12 |
-
MODEL_ID = "Qwen/
|
13 |
DEVICE = "cpu"
|
14 |
# Qwen/Qwen3-1.7B
|
15 |
# deepseek-ai/deepseek-coder-1.3b-instruct
|
|
|
9 |
from typing import Optional, List, Union, Dict, Any
|
10 |
|
11 |
# --- Configuration ---
|
12 |
+
MODEL_ID = "Qwen/Qwen2.5-Coder-0.5B-Instruct"
|
13 |
DEVICE = "cpu"
|
14 |
# Qwen/Qwen3-1.7B
|
15 |
# deepseek-ai/deepseek-coder-1.3b-instruct
|