Spaces:
Sleeping
Sleeping
Update app/streamlit_app.py
Browse files- app/streamlit_app.py +1 -1
app/streamlit_app.py
CHANGED
|
@@ -30,7 +30,7 @@ SFT_ADAPTER_HUB = "dmaheshwar22/qwen-1.5b-coder-sft-v1"
|
|
| 30 |
|
| 31 |
# GRPO merged HF model — same fallback pattern.
|
| 32 |
GRPO_MODEL_LOCAL = REPO_ROOT / "models" / "grpo_v1_step200"
|
| 33 |
-
GRPO_MODEL_HUB = "dmaheshwar22/qwen-1.5b-coder-grpo-
|
| 34 |
|
| 35 |
|
| 36 |
def _resolve(local: Path, hub_id: str) -> str | None:
|
|
|
|
| 30 |
|
| 31 |
# GRPO merged HF model — same fallback pattern.
|
| 32 |
GRPO_MODEL_LOCAL = REPO_ROOT / "models" / "grpo_v1_step200"
|
| 33 |
+
GRPO_MODEL_HUB = "dmaheshwar22/qwen-1.5b-coder-grpo-scratch-step200" # set once GRPO model is uploaded
|
| 34 |
|
| 35 |
|
| 36 |
def _resolve(local: Path, hub_id: str) -> str | None:
|