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:
Jian Chen 2024-08-29 14:53:15 -07:00 committed by GitHub
parent 867e0401a7
commit fd88474077
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -469,7 +469,7 @@
"type": "pip",
"pip": {
"Name": "transformers",
"Version": "4.36.0"
"Version": "4.38.0"
},
"comments": "Installed in the training docker image"
}

View file

@ -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