Skip to content

Commit 7050ed2

Browse files
authored
Corrected name of package "cuda12-pip" (xai-org#194)
The `cuda12-pip` package was wrongly named `cuda12_pip` in requirements.txt
1 parent d6d9447 commit 7050ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dm_haiku==0.0.12
2-
jax[cuda12_pip]==0.4.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
2+
jax[cuda12-pip]==0.4.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
33
numpy==1.26.4
44
sentencepiece==0.2.0

0 commit comments

Comments
 (0)