Spaces:
Build error
Build error
Commit
·
8f8dcb6
1
Parent(s):
fe63963
Change to jax cpu
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
tensorflow
|
2 |
nest-asyncio
|
3 |
pyfluidsynth==1.3.0
|
4 |
-
jax[
|
5 |
# pin CLU for python 3.7 compatibility
|
6 |
clu==0.0.7
|
7 |
# pin Orbax to use Checkpointer
|
|
|
1 |
tensorflow
|
2 |
nest-asyncio
|
3 |
pyfluidsynth==1.3.0
|
4 |
+
jax[cpu]
|
5 |
# pin CLU for python 3.7 compatibility
|
6 |
clu==0.0.7
|
7 |
# pin Orbax to use Checkpointer
|