Skip to content

Commit

Permalink
Merge pull request #75 from borisdayma/fix-dev-requirements
Browse files Browse the repository at this point in the history
Fix requirements.txt to install libtpu from google's page
  • Loading branch information
borisdayma authored Jul 29, 2021
2 parents c794bb2 + a9ea330 commit 08b0ce1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Note: install with the following command:
# pip install -r requirements.txt -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
# Otherwise it won't find the appropriate libtpu_nightly
requests
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html
jax[tpu]>=0.2.16
-e git+https://github.com/huggingface/transformers.git@master#egg=transformers
-e git+https://github.com/huggingface/datasets.git@master#egg=datasets
transformers
datasets
flax
jupyter
wandb
Expand Down

0 comments on commit 08b0ce1

Please sign in to comment.