Skip to content

Commit db652ee

Browse files
committed
pin jax to 0.6.2
1 parent 378f76c commit db652ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ jax_core_deps = [
101101
"protobuf==4.25.5",
102102
]
103103
jax_cpu = [
104-
"jax==0.7.0",
104+
"jax==0.6.2",
105105
"algoperf[jax_core_deps]",
106106
]
107107

108108
jax_gpu = [
109-
"jax[cuda12]==0.7.0",
109+
"jax[cuda12]==0.6.2",
110110
"algoperf[jax_core_deps]",
111111
]
112112

0 commit comments

Comments
 (0)