Spaces:
Runtime error
Runtime error
Vision-CAIR
commited on
Commit
β’
35b510b
1
Parent(s):
13331c9
Create requirement.txt
Browse files- requirement.txt +8 -0
requirement.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==2.0.0
|
3 |
+
torchvision==0.13.1
|
4 |
+
salesforce-lavis
|
5 |
+
bitsandbytes==0.37.0
|
6 |
+
accelerate==0.20.3
|
7 |
+
transformers==4.30.0
|
8 |
+
peft==0.2.0
|