Spaces:
Running
Running
Pedro Cuenca
commited on
Commit
•
a9ea330
1
Parent(s):
65f5282
Normal install of transformers & datasets
Browse filesI think we no longer need the latest `master` from source.
- dev/requirements.txt +2 -2
dev/requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
requests
|
2 |
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
3 |
jax[tpu]>=0.2.16
|
4 |
-
|
5 |
-
|
6 |
flax
|
7 |
jupyter
|
8 |
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
|