Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.36.2
|
2 |
+
datasets==2.16.1
|
3 |
+
accelerate==0.25.0
|
4 |
+
peft==0.7.1
|
5 |
+
gradio==4.44.1
|
6 |
+
chromadb==0.4.22
|
7 |
+
sentence-transformers==2.3.1
|
8 |
+
langchain==0.1.0
|
9 |
+
langchain-community==0.0.10
|
10 |
+
pandas
|
11 |
+
numpy
|
12 |
+
torch>=2.0.0
|
13 |
+
scipy
|
14 |
+
huggingface-hub==0.27.0
|
15 |
+
bitsandbytes==0.41.3
|