Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
torch
|
3 |
torchvision
|
|
|
|
|
|
|
4 |
jax
|
5 |
flax
|
6 |
spaces
|
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
torch
|
3 |
torchvision
|
4 |
+
einops
|
5 |
+
accelerate
|
6 |
+
bitsandbytes
|
7 |
jax
|
8 |
flax
|
9 |
spaces
|