Skip to content

Commit 2e03b12

Browse files
Ruixuanchanglan
authored andcommitted
pin nccl version
* pin nccl version * empty commit * add actual pacakge * trigger new build to address flaky test * Update pyproject.toml GitOrigin-RevId: b8653ad
1 parent 7f359b2 commit 2e03b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ gpu = [
137137
"triton==2.1.0",
138138
"jax[cuda12]==0.5.3",
139139
"nvidia-ml-py==12.560.30",
140+
# pin nccl version, otherwise jax[cuda12] will pull latest version
141+
"nvidia-nccl-cu12==2.27.5",
140142
]
141143
# Open API inference.
142144
open_api = [

0 commit comments

Comments
 (0)