Commit
·
75d3662
1
Parent(s):
c16851d
adding einops in requirements.txt since KerasHub now has models that depend on it but forgot to list it as a dependency
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
--find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
| 2 |
jax[tpu]
|
| 3 |
keras>=3
|
|
|
|
| 4 |
keras-hub
|
| 5 |
safetensors
|
| 6 |
huggingface_hub
|
|
|
|
| 1 |
--find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html
|
| 2 |
jax[tpu]
|
| 3 |
keras>=3
|
| 4 |
+
einops
|
| 5 |
keras-hub
|
| 6 |
safetensors
|
| 7 |
huggingface_hub
|