Spaces:
Running
Running
Pedro Cuenca
commited on
Commit
•
65f5282
1
Parent(s):
1c9c679
Fix requirements.txt to install libtpu from google's page.
Browse files- dev/requirements.txt +1 -3
dev/requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
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
|
|
|
|
|
|
|
|
|
1 |
requests
|
2 |
+
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
3 |
jax[tpu]>=0.2.16
|
4 |
-e git+https://github.com/huggingface/transformers.git@master#egg=transformers
|
5 |
-e git+https://github.com/huggingface/datasets.git@master#egg=datasets
|