Spaces:
Sleeping
Sleeping
Don Rishabh commited on
Commit ·
e424cfe
1
Parent(s): 156145e
Drop duplicate make_plots call; train_grpo.py now renders + uploads plots inline
Browse files- training/hf_job_train.sh +0 -2
training/hf_job_train.sh
CHANGED
|
@@ -91,8 +91,6 @@ python -u training/train_grpo.py \\
|
|
| 91 |
--seeds-per-task ${SEEDS_PER_TASK} \
|
| 92 |
--output-dir /app/outputs/grpo \
|
| 93 |
${PUSH_TO_HUB:+--push-to-hub ${PUSH_TO_HUB}}
|
| 94 |
-
echo "[hf-jobs] training complete. Rendering plots..."
|
| 95 |
-
python -u training/make_plots.py --metrics /app/outputs/grpo/train_metrics.jsonl --out-dir /app/outputs/grpo/plots
|
| 96 |
echo "[hf-jobs] done."
|
| 97 |
EOF
|
| 98 |
|
|
|
|
| 91 |
--seeds-per-task ${SEEDS_PER_TASK} \
|
| 92 |
--output-dir /app/outputs/grpo \
|
| 93 |
${PUSH_TO_HUB:+--push-to-hub ${PUSH_TO_HUB}}
|
|
|
|
|
|
|
| 94 |
echo "[hf-jobs] done."
|
| 95 |
EOF
|
| 96 |
|