mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Fix a CG issue that require upgrade transformer from 4.36 to 4.38 (#21900)
### Description Fix a CG issue that require upgrade transformer from 4.36 to 4.38 ### Motivation and Context See CG [link](https://aiinfra.visualstudio.com/Lotus/_componentGovernance/218239/alert/11474680?typeId=26218094&pipelinesTrackingFilter=0) Also the other [CG item](https://aiinfra.visualstudio.com/Lotus/_componentGovernance/218239/alert/11474678?typeId=26218094&pipelinesTrackingFilter=0) to request update 4.72 to 4.38
This commit is contained in:
parent
867e0401a7
commit
fd88474077
2 changed files with 2 additions and 2 deletions
|
|
@ -469,7 +469,7 @@
|
|||
"type": "pip",
|
||||
"pip": {
|
||||
"Name": "transformers",
|
||||
"Version": "4.36.0"
|
||||
"Version": "4.38.0"
|
||||
},
|
||||
"comments": "Installed in the training docker image"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
optimum>=1.14.1
|
||||
transformers>=4.33.2,<= 4.37.2
|
||||
transformers>=4.33.2,<= 4.38.0
|
||||
torch>=2.2.0
|
||||
onnx==1.16.1
|
||||
datasets>=2.8.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue