Skip to content

Commit cf61409

Browse files
authored
Revert "Resume prod run (111025) (#16)" (#19)
This reverts commit 612fe3a.
1 parent 13a245f commit cf61409

File tree

3 files changed

+19
-276
lines changed

3 files changed

+19
-276
lines changed

configs/int3/prod/orch.toml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ name = "math"
1919
id = "i3-code"
2020
args = { pool_size = 512 }
2121

22-
[[env]]
23-
id = "i3-science"
24-
args = { min_avg_reward = 0.0, max_avg_reward = 0.874, judge_model = "opencompass/CompassVerifier-7B", judge_base_url = "http://ltc-idc3-hgx8-h200-65:8000/v1" }
25-
name = "science"
26-
27-
[[env]]
28-
id = "i3-logic"
29-
args = { min_avg_reward = 0.0, max_avg_reward = 0.874 }
30-
name = "logic"
31-
3222
[sampling]
3323
temperature = 1.05
3424
max_tokens = 51200
@@ -50,15 +40,7 @@ interval = 30
5040

5141
[[eval.env]]
5242
id = "aime2025"
53-
rollouts_per_example = 32 # 30 examples * 32 rollouts/example = 960 rollouts
54-
55-
[[eval.env]]
56-
id = "livecodebench"
57-
rollouts_per_example = 2 # 541 examples * 2 rollouts/example = 1082 rollouts
58-
59-
[[eval.env]]
60-
id = "hle"
61-
rollouts_per_example = 1 # 2158 examples * 1 rollouts/example = 2158 rollouts
43+
rollouts_per_example = 16
6244

6345
[ckpt]
6446
interval = 30
@@ -68,10 +50,5 @@ keep = 5
6850
project = "intellect-3-rl"
6951
name = "int3-orch"
7052

71-
[wandb.log-extras]
72-
samples = true
73-
distributions = false
74-
interval = 1
75-
7653
[log]
7754
level = "debug"

pyproject.toml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ dependencies = [
3939
"prime-evals==0.1.2",
4040
"prime-sandboxes>=0.2.2",
4141
"flash-attn>=2.8.3",
42+
"aime2025",
4243
"i3-math",
4344
"i3-code",
4445
"i3-science",
4546
"i3-logic",
46-
"livecodebench",
47-
"aime2025",
48-
"hle",
4947
]
5048

5149
[project.scripts]
@@ -76,13 +74,12 @@ reverse-text = { index = "primeintellect" }
7674
verifiers = { git = "https://github.com/PrimeIntellect-ai/verifiers.git", rev = "6429ed7" }
7775
dion = { git = "https://github.com/samsja/dion.git", rev = "main" }
7876
torchtitan = { git = "https://github.com/pytorch/torchtitan", rev = "a1fdd7e43694bbfeff5d6ad8ac738c067bb90d41" }
79-
i3-math = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "9a6a101", subdirectory = "environments/i3_math" }
80-
i3-code = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "9a6a101", subdirectory = "environments/i3_code" }
81-
i3-science = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "9a6a101", subdirectory = "environments/i3_science" }
82-
i3-logic = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "9a6a101", subdirectory = "environments/i3_logic" }
83-
aime2025 = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "e3f7fab", subdirectory = "environments/aime2025" }
84-
livecodebench = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "e3f7fab", subdirectory = "environments/livecodebench" }
85-
hle = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "e3f7fab", subdirectory = "environments/hle" }
77+
78+
aime2025 = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "62c356d", subdirectory = "environments/aime2025" }
79+
i3-math = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "2b8a1164439fba5645212102d1a62a69900719de", subdirectory = "environments/i3_math" }
80+
i3-code = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "62c356d", subdirectory = "environments/i3_code" }
81+
i3-science = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "62c356d", subdirectory = "environments/i3_science" }
82+
i3-logic = { git = "https://github.com/PrimeIntellect-ai/prime-environments.git", rev = "62c356d", subdirectory = "environments/i3_logic" }
8683

8784
[tool.uv.extra-build-dependencies]
8885
flash-attn = [{ requirement = "torch", match-runtime = true }]

0 commit comments

Comments
 (0)