Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from transformers import (
|
|
| 8 |
TextIteratorStreamer,
|
| 9 |
)
|
| 10 |
|
| 11 |
-
MODEL_ID = "EpistemeAI/VibeCoder-
|
| 12 |
|
| 13 |
# --------- Model load (do this once at startup) ----------
|
| 14 |
# Adjust dtype / device_map to your environment.
|
|
|
|
| 8 |
TextIteratorStreamer,
|
| 9 |
)
|
| 10 |
|
| 11 |
+
MODEL_ID = "EpistemeAI/VibeCoder-20b-RL1_0"
|
| 12 |
|
| 13 |
# --------- Model load (do this once at startup) ----------
|
| 14 |
# Adjust dtype / device_map to your environment.
|