Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
plotly
|
2 |
git+https://github.com/lm-sys/FastChat.git@main#egg=fschat[model_worker,webui]
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
scipy
|
|
|
1 |
plotly
|
2 |
git+https://github.com/lm-sys/FastChat.git@main#egg=fschat[model_worker,webui]
|
3 |
+
accelerate>=0.21
|
4 |
+
peft
|
5 |
+
sentencepiece
|
6 |
+
torch
|
7 |
+
transformers>=4.31.0
|
8 |
+
protobuf
|
9 |
scipy
|