Spaces:
Runtime error
Runtime error
ahmed-7124
commited on
Commit
•
9a6e9d5
1
Parent(s):
d6d9787
Upload requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#flask
|
2 |
+
#flask-cors
|
3 |
+
#git+https://github.com/hiyouga/LLaMA-Factory.git
|
4 |
+
#git+https://github.com/unslothai/unsloth.git
|
5 |
+
#bitsandbytes==0.43.1
|
6 |
+
#torch==2.0.1
|
7 |
+
#transformers==4.37.2
|
8 |
+
#openai
|
9 |
+
accelerate
|
10 |
+
transformers
|
11 |
+
SentencePiece
|
12 |
+
langchain-community
|
13 |
+
langchain-huggingface
|
14 |
+
einops
|
15 |
+
faiss-cpu
|