-
Notifications
You must be signed in to change notification settings - Fork 7
[Snyk] Security upgrade torch from 1.13.1 to 2.2.0 #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,4 +4,4 @@ onnxruntime==1.12.1 | |
| streamlit==1.13.0 | ||
| transformers==4.22.2 | ||
| diffusers==0.4.0 | ||
| torch==1.10.0+cpu | ||
| torch==2.2.0+cpu | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title and description indicate upgrading from torch 1.13.1 to 2.2.0, but the actual diff shows the version in the file is 1.10.0 (not 1.13.1). This discrepancy suggests either the PR metadata is incorrect, or the vulnerability scan was based on stale information. Please verify which version is actually being upgraded from and update the PR description accordingly.