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

Release 2.1.1 Advance current stable version #4731

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

atalman
Copy link
Contributor

@atalman atalman commented Nov 14, 2023

No description provided.

Copy link

vercel bot commented Nov 14, 2023

@atalman is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 14, 2023
@atalman atalman merged commit 7af3f97 into pytorch:main Nov 14, 2023
44 of 65 checks passed
atalman added a commit that referenced this pull request Nov 15, 2023
…4736)

0. Fix test assets broken by
#4731
1. Add release matrix. Test:
```
[[email protected] /data/users/atalman/test-infra (release_versions_matrix)]$ python3 tools/scripts/generate_release_matrix.py --version 2.1.0
{"torch": "2.1.0", "torchvision": "0.16.0", "torchaudio": "2.1.0", "torchtext": "0.16.0", "tochdata": "0.7.0"}
[[email protected] /data/users/atalman/test-infra (release_versions_matrix)]$ python3 tools/scripts/generate_release_matrix.py --version 2.1.2
Traceback (most recent call last):
  File "tools/scripts/generate_release_matrix.py", line 47, in <module>
    main(sys.argv[1:])
  File "tools/scripts/generate_release_matrix.py", line 41, in main
    raise ValueError(f"{options.version} is not a valid release")
ValueError: 2.1.2 is not a valid release
```


Intent to add domain version validations here:
https://github.com/pytorch/builder/blob/main/test/smoke_test/smoke_test.py#L61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants