Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,7 @@ MODELS = {
|
|
| 10 |
# --- π’ Free Tier Friendly (Smooth on 16GB CPU) ---
|
| 11 |
"π’ Llama-3.2-1B-Tele-it (1 Billion)": "AliMaatouk/Llama-3.2-1B-Tele-it",
|
| 12 |
"π’ Qwen-2.5-Coder-1.5B (1.5 Billion)": "Qwen/Qwen2.5-Coder-1.5B-Instruct",
|
|
|
|
| 13 |
|
| 14 |
# --- π΄ Mid-Size (Slow on Free Tier, requires patience or basic GPU) ---
|
| 15 |
"π΄ Llama-3.2-3B-Tele-it (3 Billion)": "AliMaatouk/Llama-3.2-3B-Tele-it",
|
|
|
|
| 10 |
# --- π’ Free Tier Friendly (Smooth on 16GB CPU) ---
|
| 11 |
"π’ Llama-3.2-1B-Tele-it (1 Billion)": "AliMaatouk/Llama-3.2-1B-Tele-it",
|
| 12 |
"π’ Qwen-2.5-Coder-1.5B (1.5 Billion)": "Qwen/Qwen2.5-Coder-1.5B-Instruct",
|
| 13 |
+
" π’ TSLAM-mini-2B": "NetoAISolutions/TSLAM-Mini-2B",
|
| 14 |
|
| 15 |
# --- π΄ Mid-Size (Slow on Free Tier, requires patience or basic GPU) ---
|
| 16 |
"π΄ Llama-3.2-3B-Tele-it (3 Billion)": "AliMaatouk/Llama-3.2-3B-Tele-it",
|