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

[Torch] Bump PyTorch Version to 2.6.0 #3253

Merged
merged 48 commits into from
Feb 24, 2025

Conversation

anzr299
Copy link
Collaborator

@anzr299 anzr299 commented Feb 4, 2025

Changes

  1. Bump Torch version up to 2.6.0 and torchvision to 0.21.0
  2. use weights_only=False for all model loading in pytorch
  3. modify multi_head_attention_forward code in pt2 function hook
  4. xfail torch fx backend tests in conformance test issue-162009
  5. do not export pytorch backend models before ov.convert in conformance test.
  6. transformers version update from 4.38.2 -> 4.48.3, optimum 1.23.3 -> 1.24.0, optimum-intel 1.21.0 -> 1.22.0, accelerate 0.28.0 -> 1.1.0
  7. make attn_implementation=eager to ensure old transformers SDPA attention is used instead of the new torch SDPA API
  8. add xfail for swin model in test_model_saving due to issue-162383
Category Job Status Job Number Notes
Nightly install_pt_cpu Pass 637  
Nightly install_pt_gpu Pass 638  
Nightly torch_nightly Pass 463  
Nightly e2e_pytorch_full Pass 962  
Nightly/Windows install_torch_cpu Pass 526  
Nightly/Windows install_torch_gpu - - No Build info
Manual post_training_quantization Pass 623  
Manual post_training_weights_compression Pass 326  
GH WC WC test on GHA Pass 33
Example Example Pass 238  

@anzr299 anzr299 requested a review from a team as a code owner February 4, 2025 17:35
@github-actions github-actions bot added documentation Improvements or additions to documentation NNCF PT Pull requests that updates NNCF PyTorch labels Feb 4, 2025
@github-actions github-actions bot added the NNCF PTQ Pull requests that updates NNCF PTQ label Feb 5, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
anzr299 and others added 8 commits February 19, 2025 13:39

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@github-actions github-actions bot added the NNCF OpenVINO Pull requests that updates NNCF OpenVINO label Feb 20, 2025
@alexsu52 alexsu52 self-requested a review February 20, 2025 14:24
Copy link
Contributor

@alexsu52 alexsu52 left a comment

Choose a reason for hiding this comment

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

Please update actual status for post_training_quantization build in the description.

@anzr299
Copy link
Collaborator Author

anzr299 commented Feb 21, 2025

Please update actual status for post_training_quantization build in the description.

Done

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@github-actions github-actions bot removed the NNCF OpenVINO Pull requests that updates NNCF OpenVINO label Feb 21, 2025
@alexsu52 alexsu52 merged commit 8d33e42 into openvinotoolkit:develop Feb 24, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation experimental NNCF PT Pull requests that updates NNCF PyTorch NNCF PTQ Pull requests that updates NNCF PTQ
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants