fukugawa commited on
Commit
dd56d5d
·
verified ·
1 Parent(s): 2fd9d6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -58,15 +58,15 @@ We've modified Flax's 'lm1b' example to train on Japanese dataset. You can find
58
 
59
  ```
60
  pip install transformers>=4.39.0
61
- pip install jax==0.4.13
62
- pip install flax==0.6.11
63
  pip install sentencepiece==0.1.99
64
 
65
  # For CPU
66
- pip install -U "jax[cpu]==0.4.13"
67
 
68
  # For GPU
69
- pip install -U "jax[cuda12_pip]==0.4.13" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
70
  ```
71
 
72
  Note: Set **trust_remote_code=True** to load our custom model.
 
58
 
59
  ```
60
  pip install transformers>=4.39.0
61
+ pip install jax==0.4.31
62
+ pip install flax==0.8.3
63
  pip install sentencepiece==0.1.99
64
 
65
  # For CPU
66
+ pip install -U "jax[cpu]==0.4.31"
67
 
68
  # For GPU
69
+ pip install -U "jax[cuda12]==0.4.31"
70
  ```
71
 
72
  Note: Set **trust_remote_code=True** to load our custom model.