Skip to content

Commit

Permalink
Fix a CG issue that require upgrade transformer from 4.36 to 4.38 (#2…
Browse files Browse the repository at this point in the history
…1900)

### 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
  • Loading branch information
jchen351 authored Aug 29, 2024
1 parent 867e040 commit fd88474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cgmanifests/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
"type": "pip",
"pip": {
"Name": "transformers",
"Version": "4.36.0"
"Version": "4.38.0"
},
"comments": "Installed in the training docker image"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fd88474

Please sign in to comment.