Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,10 @@ import json
|
|
9 |
from typing import Optional, List, Union, Dict, Any
|
10 |
|
11 |
# --- Configuration ---
|
12 |
-
MODEL_ID = "
|
13 |
DEVICE = "cpu"
|
|
|
|
|
14 |
# Qwen/Qwen2.5-Coder-0.5B-Instruct
|
15 |
# --- Chargement du modèle ---
|
16 |
print(f"Début du chargement du modèle : {MODEL_ID}")
|
|
|
9 |
from typing import Optional, List, Union, Dict, Any
|
10 |
|
11 |
# --- Configuration ---
|
12 |
+
MODEL_ID = "Qwen/Qwen3-1.7B"
|
13 |
DEVICE = "cpu"
|
14 |
+
# Qwen/Qwen3-1.7B
|
15 |
+
# deepseek-ai/deepseek-coder-1.3b-instruct
|
16 |
# Qwen/Qwen2.5-Coder-0.5B-Instruct
|
17 |
# --- Chargement du modèle ---
|
18 |
print(f"Début du chargement du modèle : {MODEL_ID}")
|