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

Remove numpy version constraint in test requirements #3264

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

HolyWu
Copy link
Contributor

@HolyWu HolyWu commented Oct 28, 2024

Description

torchvision has removed the constraint since pytorch/vision#8594 so it's no longer a blocker.

@lanluo-nvidia
Copy link
Collaborator

@HolyWu
I had the same test_reexport_is_equal testcase failed in linux in my PR also,
my PR was success using torch-2.6.0.dev20241028+cu121
it was start failing when using torch-2.6.0.dev20241029+cu121

very wierd: exp_program1.module() hash and exp_program2.module() hash is no longer the same.

Copy link
Collaborator

@lanluo-nvidia lanluo-nvidia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
the testcase failure is not related to this change.
was introduced by pytorch/pytorch#138681
@zewenli98 is looking into this testcase failure issue.

@lanluo-nvidia lanluo-nvidia merged commit 1d5be25 into pytorch:main Oct 30, 2024
67 of 70 checks passed
@HolyWu HolyWu deleted the numpy branch October 31, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants