Spaces:
Sleeping
Sleeping
research14
commited on
Commit
•
52ec931
1
Parent(s):
a322f9d
Test install fastchat and vicuna
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
transformers
|
2 |
torch
|
3 |
openai
|
4 |
-
|
5 |
-
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
openai
|
4 |
+
sentencepiece
|
5 |
+
python3 -m fastchat.serve.huggingface_api --model lmsys/vicuna-7b-v1.3
|
6 |
+
python3 -m fastchat.serve.huggingface_api --model lmsys/fastchat-t5-3b-v1.0
|