Kit-Hung
commited on
Commit
·
a2c5fc4
1
Parent(s):
67b9682
Add: requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.44.1
|
2 |
+
lmdeploy==0.6.1
|
3 |
+
torch==2.4.1
|
4 |
+
torchvision==0.19.1
|
5 |
+
torchaudio==2.4.1
|
6 |
+
transformers==4.39.0
|
7 |
+
tokenizers==0.15.2
|
8 |
+
peft==0.13.2
|
9 |
+
datasets==3.1.0
|
10 |
+
accelerate==1.2.0
|