Update app.py
Browse files
app.py
CHANGED
|
@@ -40,6 +40,10 @@ AVAILABLE_MODELS = {
|
|
| 40 |
"type": "base",
|
| 41 |
"id": "llaa33219/Vere1Ko-0.6B"
|
| 42 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
# --- You can add more models here ---
|
| 44 |
# Example of another base model:
|
| 45 |
# "Another Base Model (e.g., Ko-LLaMA)": {
|
|
|
|
| 40 |
"type": "base",
|
| 41 |
"id": "llaa33219/Vere1Ko-0.6B"
|
| 42 |
},
|
| 43 |
+
"Tmesis-Solar-Open-100B": {
|
| 44 |
+
"type": "base",
|
| 45 |
+
"id": "llaa33219/Solar-Open-100B-pruned-5pct"
|
| 46 |
+
},
|
| 47 |
# --- You can add more models here ---
|
| 48 |
# Example of another base model:
|
| 49 |
# "Another Base Model (e.g., Ko-LLaMA)": {
|