boris commited on
Commit
469b2c2
1 Parent(s): 231a81a

chore: move requirements to correct section

Browse files

Former-commit-id: b3ee3efc7c93e22be5f529500990aa4e7b960e2f

requirements.txt DELETED
@@ -1,12 +0,0 @@
1
- # Note: install with the following command:
2
- # pip install -r requirements.txt -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
3
- # Otherwise it won't find the appropriate libtpu_nightly
4
- requests
5
- jax[tpu]>=0.2.16
6
- -e git+https://github.com/huggingface/transformers.git@master#egg=transformers
7
- -e git+https://github.com/huggingface/datasets.git@master#egg=datasets
8
- flax
9
- jupyter
10
-
11
- # Inference
12
- ftfy
 
 
 
 
 
 
 
 
 
 
 
 
 
environment.yaml → seq2seq/environment.yaml RENAMED
File without changes
seq2seq/requirements.txt CHANGED
@@ -1,8 +1,15 @@
1
- datasets >= 1.1.3
2
- jax>=0.2.8
3
- jaxlib>=0.1.59
4
- flax>=0.3.4
5
- optax>=0.0.8
6
- tensorboard
7
- nltk
 
 
8
  wandb
 
 
 
 
 
 
1
+ # Note: install with the following command:
2
+ # pip install -r requirements.txt -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
3
+ # Otherwise it won't find the appropriate libtpu_nightly
4
+ requests
5
+ jax[tpu]>=0.2.16
6
+ -e git+https://github.com/huggingface/transformers.git@master#egg=transformers
7
+ -e git+https://github.com/huggingface/datasets.git@master#egg=datasets
8
+ flax
9
+ jupyter
10
  wandb
11
+ nltk
12
+ optax
13
+
14
+ # Inference
15
+ ftfy