Spaces:
Running
on
Zero
Running
on
Zero
dan-durbin
commited on
Commit
·
9049c49
1
Parent(s):
48e5f0e
add requirements - importantly, using the PR branch of transformers for kosmos-2.5 support
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Install the Kosmos 2.5 PR branch of Transformers.
|
2 |
+
git+https://github.com/tic-top/transformers.git@main
|
3 |
+
|
4 |
+
accelerate
|
5 |
+
torch
|
6 |
+
torchvision
|
7 |
+
pillow
|