File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,10 @@ elif [[ $MODE == "nightly" ]]; then
163163 # Install jax-nightly
164164 if [[ -n " $JAX_VERSION " ]]; then
165165 echo " Installing jax-nightly, jaxlib-nightly ${JAX_VERSION} "
166- python3 -m pip install -U --pre jax==${JAX_VERSION} jaxlib==${JAX_VERSION} jax-cuda12-plugin[with_cuda ] jax-cuda12-pjrt -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
166+ python3 -m pip install -U --pre jax==${JAX_VERSION} jaxlib==${JAX_VERSION} jax-cuda12-plugin[with-cuda ] jax-cuda12-pjrt -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
167167 else
168168 echo " Installing latest jax-nightly, jaxlib-nightly"
169- python3 -m pip install -U --pre jax jaxlib jax-cuda12-plugin[with_cuda ] jax-cuda12-pjrt -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
169+ python3 -m pip install -U --pre jax jaxlib jax-cuda12-plugin[with-cuda ] jax-cuda12-pjrt -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
170170 fi
171171 # Install Transformer Engine
172172 export NVTE_FRAMEWORK=jax
You can’t perform that action at this time.
0 commit comments