Spaces:
Sleeping
Sleeping
arjunanand13
commited on
Commit
•
7f56896
1
Parent(s):
e44519b
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.24.1
|
2 |
+
bitsandbytes==0.41.2.post2
|
3 |
+
einops==0.7.0
|
4 |
+
gradio==4.1.2
|
5 |
+
huggingface_hub==0.17.3
|
6 |
+
langchain==0.0.333
|
7 |
+
sentence_transformers==2.2.2
|
8 |
+
torch==2.1.0
|
9 |
+
transformers==4.35.0
|
10 |
+
xformers==0.0.22.post7
|