Spaces:
Running
Running
chore: move requirements to correct section
Browse filesFormer-commit-id: b3ee3efc7c93e22be5f529500990aa4e7b960e2f
- requirements.txt +0 -12
- environment.yaml → seq2seq/environment.yaml +0 -0
- seq2seq/requirements.txt +14 -7
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 |
-
|
2 |
-
jax
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
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
|