Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -4,4 +4,7 @@ onnxruntime
|
|
4 |
scipy
|
5 |
torch
|
6 |
numpy
|
7 |
-
huggingface_hub
|
|
|
|
|
|
|
|
4 |
scipy
|
5 |
torch
|
6 |
numpy
|
7 |
+
huggingface_hub
|
8 |
+
accelerate
|
9 |
+
optimum
|
10 |
+
onnx
|