stride-applications-models / queue_status.json
amirali1985's picture
Upload queue_status.json with huggingface_hub
4c46395 verified
{
"timestamp": "2026-04-26 06:02:37",
"total": 2,
"pending": 0,
"running": 0,
"done": 2,
"failed": 0,
"stale": 0,
"retrying": 0,
"jobs": [
{
"job_id": 0,
"name": "math_qwen2.5-0.5b_math_1pt5pct_seed40",
"cmd": "PYTHONPATH=. /home/ubuntu/venvs/steering/bin/python -m scripts.train_qwen --mode contaminated --rate 0.015 --seed 40 --p",
"gpu": 0,
"status": "done",
"elapsed": 1633,
"idle_time": 2,
"exit_code": 0,
"retries": 0,
"log_file": "/tmp/stride_applications_queue/job_000_math_qwen2.5-0.5b_math_1pt5pct_gpu0.log"
},
{
"job_id": 1,
"name": "math_qwen2.5-0.5b_math_1pt5pct_seed41",
"cmd": "PYTHONPATH=. /home/ubuntu/venvs/steering/bin/python -m scripts.train_qwen --mode contaminated --rate 0.015 --seed 41 --p",
"gpu": 1,
"status": "done",
"elapsed": 1581,
"idle_time": 54,
"exit_code": 0,
"retries": 0,
"log_file": "/tmp/stride_applications_queue/job_001_math_qwen2.5-0.5b_math_1pt5pct_gpu1.log"
}
]
}