Update requirements.txt (#20)
Browse files- Update requirements.txt (f09ae315ec6bb6788764be776518ca211f4a10bf)
Co-authored-by: Thomas McNamee <1TSnakers@users.noreply.huggingface.co>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
huggingface_hub
|
2 |
streamlit
|
3 |
-
transformers[torch]==4.
|
4 |
onnxruntime==1.20.1
|
5 |
optimum@git+https://github.com/huggingface/optimum.git@b04feaea78cda58d79b8da67dca3fd0c4ab33435
|
6 |
onnx==1.17.0
|
|
|
1 |
huggingface_hub
|
2 |
streamlit
|
3 |
+
transformers[torch]==4.52.1
|
4 |
onnxruntime==1.20.1
|
5 |
optimum@git+https://github.com/huggingface/optimum.git@b04feaea78cda58d79b8da67dca3fd0c4ab33435
|
6 |
onnx==1.17.0
|