fukugawa commited on
Commit
0077f4b
1 Parent(s): f7ac145

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -52,10 +52,10 @@ pip install jax==0.4.13
52
  pip install flax==0.6.11
53
  pip install sentencepiece==0.1.99
54
 
55
- # For CPU Usage:
56
  pip install jax[cpu]==0.4.13
57
 
58
- # For GPU Usage:
59
  pip install --upgrade "jax[cuda12_pip]==0.4.13" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
60
  ```
61
 
 
52
  pip install flax==0.6.11
53
  pip install sentencepiece==0.1.99
54
 
55
+ # For CPU
56
  pip install jax[cpu]==0.4.13
57
 
58
+ # For GPU
59
  pip install --upgrade "jax[cuda12_pip]==0.4.13" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
60
  ```
61