Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ AVAILABLE_MODELS = {
|
|
| 42 |
},
|
| 43 |
"Solar-Open-100B-Tmesis": {
|
| 44 |
"type": "base",
|
| 45 |
-
"id": "llaa33219/Solar-Open-100B-pruned-
|
| 46 |
},
|
| 47 |
# --- You can add more models here ---
|
| 48 |
# Example of another base model:
|
|
|
|
| 42 |
},
|
| 43 |
"Solar-Open-100B-Tmesis": {
|
| 44 |
"type": "base",
|
| 45 |
+
"id": "llaa33219/Solar-Open-100B-pruned-20pct"
|
| 46 |
},
|
| 47 |
# --- You can add more models here ---
|
| 48 |
# Example of another base model:
|