stride-applications-models / queue_status.json
amirali1985's picture
Upload queue_status.json with huggingface_hub
e00a695 verified
raw
history blame
1.08 kB
{
"timestamp": "2026-04-26 05:55:59",
"total": 2,
"pending": 0,
"running": 2,
"done": 0,
"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": "running",
"elapsed": 1235,
"idle_time": 1208,
"exit_code": -1,
"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": "running",
"elapsed": 1235,
"idle_time": 1208,
"exit_code": -1,
"retries": 0,
"log_file": "/tmp/stride_applications_queue/job_001_math_qwen2.5-0.5b_math_1pt5pct_gpu1.log"
}
]
}