Spaces:
Running
on
Zero
Running
on
Zero
StevenChen16
commited on
Commit
•
e837fef
1
Parent(s):
a9547b0
Update requirements.txt
Browse files- requirements.txt +11 -8
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
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
|
|
|
|
|
|
|
|
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
|