Skip to content

Commit

Permalink
Freeze conversion script requirements
Browse files Browse the repository at this point in the history
Will be upgraded when we switch to `onnxruntime>=1.16`
  • Loading branch information
xenova committed Sep 23, 2023
1 parent dac6f4b commit 69aa5df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 69aa5df

Please sign in to comment.