aixsatoshi
commited on
Commit
•
c779ab5
1
Parent(s):
116e2d3
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
accelerate
|
|
|
2 |
timm
|
3 |
einops
|
4 |
torch
|
5 |
torchvision
|
6 |
Pillow
|
7 |
transformers
|
8 |
-
autoawq
|
|
|
|
1 |
accelerate
|
2 |
+
numpy
|
3 |
timm
|
4 |
einops
|
5 |
torch
|
6 |
torchvision
|
7 |
Pillow
|
8 |
transformers
|
9 |
+
autoawq
|
10 |
+
git+https://github.com/team-hatakeyama-phase2/vllm.git
|