Update transformers.js
#10
by
PierreMesure
- opened
- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
huggingface_hub
|
2 |
streamlit
|
3 |
-
transformers[torch]==4.
|
4 |
onnxruntime==1.20.1
|
5 |
-
optimum@git+https://github.com/huggingface/optimum.git@
|
6 |
onnx==1.17.0
|
7 |
tqdm==4.67.1
|
8 |
onnxslim==0.1.48
|
9 |
-
onnx-graphsurgeon==0.5.5
|
|
|
1 |
huggingface_hub
|
2 |
streamlit
|
3 |
+
transformers[torch]==4.49.0
|
4 |
onnxruntime==1.20.1
|
5 |
+
optimum@git+https://github.com/huggingface/optimum.git@b04feaea78cda58d79b8da67dca3fd0c4ab33435
|
6 |
onnx==1.17.0
|
7 |
tqdm==4.67.1
|
8 |
onnxslim==0.1.48
|
|