mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-27 22:45:57 +00:00
Pin packaging to version 21.3 to address training pipeline failures
This commit is contained in:
parent
05dc1165a5
commit
d22be84add
1 changed files with 2 additions and 0 deletions
|
|
@ -3,4 +3,6 @@
|
|||
torch==1.12.1+cu116
|
||||
torchvision==0.13.1+cu116
|
||||
torchtext==0.13.1
|
||||
# TODO(bmeswani): packaging 22.0 removes support for LegacyVersion leading to errors because transformers 4.4.2 uses LegacyVersion
|
||||
packaging==21.3
|
||||
setuptools>=41.4.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue