Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Pillow
|
2 |
+
jax[cpu]
|
3 |
+
flax
|
4 |
+
git+https://github.com/ydshieh/transformers.git@flax_vision_encoder_decoder
|