From 69aa5dff58d8f18c56f0ca6e7e5f4a67d091ad9d Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Sat, 23 Sep 2023 16:56:52 +0200 Subject: [PATCH] Freeze conversion script requirements Will be upgraded when we switch to `onnxruntime>=1.16` --- scripts/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 616eeeaa3..422154d1a 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,5 @@ transformers[torch]@git+https://github.com/huggingface/transformers -optimum[onnxruntime]@git+https://github.com/huggingface/optimum +onnxruntime<1.16.0 +optimum==1.13.2 tqdm onnx==1.13.1