Spaces:
Running
Running
Merge pull request #75 from borisdayma/fix-dev-requirements
Browse filesFix requirements.txt to install libtpu from google's page
- dev/requirements.txt +3 -5
dev/requirements.txt
CHANGED
|
@@ -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
|
| 4 |
requests
|
|
|
|
| 5 |
jax[tpu]>=0.2.16
|
| 6 |
-
|
| 7 |
-
|
| 8 |
flax
|
| 9 |
jupyter
|
| 10 |
wandb
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
requests
|
| 2 |
+
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
| 3 |
jax[tpu]>=0.2.16
|
| 4 |
+
transformers
|
| 5 |
+
datasets
|
| 6 |
flax
|
| 7 |
jupyter
|
| 8 |
wandb
|