Skip to content
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

PyTorch version #2

Closed
boniolp opened this issue Sep 19, 2023 · 1 comment
Closed

PyTorch version #2

boniolp opened this issue Sep 19, 2023 · 1 comment

Comments

@boniolp
Copy link
Collaborator

boniolp commented Sep 19, 2023

Hi,

In PyTorch before trunk/89695, torch.jit.annotations.parse_type_line can cause arbitrary code execution because eval is used unsafely. The fix for this issue is available in version 1.13.1. There is a release checker in pytorch/pytorch#89855.

The torch version in the requirement.txt is torch==1.8.1. We should ensure the benchmark works with torch==1.13.1 and update the requirement.txt.

Paul

@adrienpetralia
Copy link
Owner

Done.

Adrien

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants