Skip to content

Commit 08b0ce1

Browse files
authored
Merge pull request #75 from borisdayma/fix-dev-requirements
Fix requirements.txt to install libtpu from google's page
2 parents c794bb2 + a9ea330 commit 08b0ce1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

dev/requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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
41
requests
2+
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html
53
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
4+
transformers
5+
datasets
86
flax
97
jupyter
108
wandb

0 commit comments

Comments
 (0)