amirali1985 commited on
Commit
9840735
·
verified ·
1 Parent(s): ff6454f

Upload queue_status.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. queue_status.json +93 -21
queue_status.json CHANGED
@@ -1,21 +1,21 @@
1
  {
2
- "timestamp": "2026-05-04 22:41:36",
3
- "total": 3,
4
- "pending": 0,
5
- "running": 0,
6
- "done": 2,
7
- "failed": 1,
8
  "stale": 0,
9
  "retrying": 0,
10
  "jobs": [
11
  {
12
  "job_id": 0,
13
  "name": "math_qwen2.5-0.5b_math_0pt5pct_seed0",
14
- "cmd": "CUDA_VISIBLE_DEVICES=3 PYTHONPATH=/home/newuser/codes/SteerInfluence /workspace/venvs/logra310/bin/python scripts/attrib",
15
  "gpu": 0,
16
  "status": "done",
17
- "elapsed": 3904,
18
- "idle_time": 1375,
19
  "exit_code": 0,
20
  "retries": 0,
21
  "log_file": "/tmp/stride_applications_queue/job_000_math_qwen2.5-0.5b_math_0pt5pct_gpu0.log"
@@ -23,26 +23,98 @@
23
  {
24
  "job_id": 1,
25
  "name": "math_qwen2.5-0.5b_math_0pt5pct_seed1",
26
- "cmd": "CUDA_VISIBLE_DEVICES=3 PYTHONPATH=/home/newuser/codes/SteerInfluence /workspace/venvs/logra310/bin/python scripts/attrib",
27
- "gpu": 0,
28
  "status": "done",
29
- "elapsed": 1,
30
- "idle_time": 1366,
31
  "exit_code": 0,
32
  "retries": 0,
33
- "log_file": "/tmp/stride_applications_queue/job_001_math_qwen2.5-0.5b_math_0pt5pct_gpu0.log"
34
  },
35
  {
36
  "job_id": 2,
37
  "name": "math_qwen2.5-0.5b_math_0pt5pct_seed2",
38
- "cmd": "CUDA_VISIBLE_DEVICES=3 PYTHONPATH=/home/newuser/codes/SteerInfluence /workspace/venvs/logra310/bin/python scripts/attrib",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  "gpu": 0,
40
- "status": "failed",
41
- "elapsed": 108,
42
- "idle_time": 3,
43
- "exit_code": 1,
44
- "retries": 1,
45
- "log_file": "/tmp/stride_applications_queue/job_002_math_qwen2.5-0.5b_math_0pt5pct_gpu0.log"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  }
47
  ]
48
  }
 
1
  {
2
+ "timestamp": "2026-05-04 22:43:36",
3
+ "total": 9,
4
+ "pending": 3,
5
+ "running": 3,
6
+ "done": 3,
7
+ "failed": 0,
8
  "stale": 0,
9
  "retrying": 0,
10
  "jobs": [
11
  {
12
  "job_id": 0,
13
  "name": "math_qwen2.5-0.5b_math_0pt5pct_seed0",
14
+ "cmd": "PYTHONPATH=. /workspace/venvs/logra310/bin/python scripts/attribution/attribute_logra_math.py --model-key math/qwen2.5-0",
15
  "gpu": 0,
16
  "status": "done",
17
+ "elapsed": 14485,
18
+ "idle_time": 6696,
19
  "exit_code": 0,
20
  "retries": 0,
21
  "log_file": "/tmp/stride_applications_queue/job_000_math_qwen2.5-0.5b_math_0pt5pct_gpu0.log"
 
23
  {
24
  "job_id": 1,
25
  "name": "math_qwen2.5-0.5b_math_0pt5pct_seed1",
26
+ "cmd": "PYTHONPATH=. /workspace/venvs/logra310/bin/python scripts/attribution/attribute_logra_math.py --model-key math/qwen2.5-0",
27
+ "gpu": 1,
28
  "status": "done",
29
+ "elapsed": 14485,
30
+ "idle_time": 6696,
31
  "exit_code": 0,
32
  "retries": 0,
33
+ "log_file": "/tmp/stride_applications_queue/job_001_math_qwen2.5-0.5b_math_0pt5pct_gpu1.log"
34
  },
35
  {
36
  "job_id": 2,
37
  "name": "math_qwen2.5-0.5b_math_0pt5pct_seed2",
38
+ "cmd": "PYTHONPATH=. /workspace/venvs/logra310/bin/python scripts/attribution/attribute_logra_math.py --model-key math/qwen2.5-0",
39
+ "gpu": 2,
40
+ "status": "done",
41
+ "elapsed": 14485,
42
+ "idle_time": 6696,
43
+ "exit_code": 0,
44
+ "retries": 0,
45
+ "log_file": "/tmp/stride_applications_queue/job_002_math_qwen2.5-0.5b_math_0pt5pct_gpu2.log"
46
+ },
47
+ {
48
+ "job_id": 3,
49
+ "name": "math_qwen2.5-0.5b_math_1pct_seed0",
50
+ "cmd": "PYTHONPATH=. /workspace/venvs/logra310/bin/python scripts/attribution/attribute_logra_math.py --model-key math/qwen2.5-0",
51
+ "gpu": 2,
52
+ "status": "running",
53
+ "elapsed": 6692,
54
+ "idle_time": 9,
55
+ "exit_code": -1,
56
+ "retries": 0,
57
+ "log_file": "/tmp/stride_applications_queue/job_003_math_qwen2.5-0.5b_math_1pct_se_gpu2.log"
58
+ },
59
+ {
60
+ "job_id": 4,
61
+ "name": "math_qwen2.5-0.5b_math_1pct_seed1",
62
+ "cmd": "PYTHONPATH=. /workspace/venvs/logra310/bin/python scripts/attribution/attribute_logra_math.py --model-key math/qwen2.5-0",
63
+ "gpu": -1,
64
+ "status": "pending",
65
+ "elapsed": 0,
66
+ "idle_time": 0,
67
+ "exit_code": -1,
68
+ "retries": 0,
69
+ "log_file": ""
70
+ },
71
+ {
72
+ "job_id": 5,
73
+ "name": "math_qwen2.5-0.5b_math_1pct_seed2",
74
+ "cmd": "PYTHONPATH=. /workspace/venvs/logra310/bin/python scripts/attribution/attribute_logra_math.py --model-key math/qwen2.5-0",
75
  "gpu": 0,
76
+ "status": "running",
77
+ "elapsed": 6692,
78
+ "idle_time": 11,
79
+ "exit_code": -1,
80
+ "retries": 0,
81
+ "log_file": "/tmp/stride_applications_queue/job_005_math_qwen2.5-0.5b_math_1pct_se_gpu0.log"
82
+ },
83
+ {
84
+ "job_id": 6,
85
+ "name": "math_qwen2.5-0.5b_math_1pt5pct_seed0",
86
+ "cmd": "PYTHONPATH=. /workspace/venvs/logra310/bin/python scripts/attribution/attribute_logra_math.py --model-key math/qwen2.5-0",
87
+ "gpu": -1,
88
+ "status": "pending",
89
+ "elapsed": 0,
90
+ "idle_time": 0,
91
+ "exit_code": -1,
92
+ "retries": 0,
93
+ "log_file": ""
94
+ },
95
+ {
96
+ "job_id": 7,
97
+ "name": "math_qwen2.5-0.5b_math_1pt5pct_seed1",
98
+ "cmd": "PYTHONPATH=. /workspace/venvs/logra310/bin/python scripts/attribution/attribute_logra_math.py --model-key math/qwen2.5-0",
99
+ "gpu": 1,
100
+ "status": "running",
101
+ "elapsed": 6692,
102
+ "idle_time": 11,
103
+ "exit_code": -1,
104
+ "retries": 0,
105
+ "log_file": "/tmp/stride_applications_queue/job_007_math_qwen2.5-0.5b_math_1pt5pct_gpu1.log"
106
+ },
107
+ {
108
+ "job_id": 8,
109
+ "name": "math_qwen2.5-0.5b_math_1pt5pct_seed2",
110
+ "cmd": "PYTHONPATH=. /workspace/venvs/logra310/bin/python scripts/attribution/attribute_logra_math.py --model-key math/qwen2.5-0",
111
+ "gpu": -1,
112
+ "status": "pending",
113
+ "elapsed": 0,
114
+ "idle_time": 0,
115
+ "exit_code": -1,
116
+ "retries": 0,
117
+ "log_file": ""
118
  }
119
  ]
120
  }