-
Notifications
You must be signed in to change notification settings - Fork 297
Bump torch to 2.11.0 #3996
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
Draft
AlexanderDokuchaev
wants to merge
35
commits into
openvinotoolkit:develop
Choose a base branch
from
AlexanderDokuchaev:ad/pt2110
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Bump torch to 2.11.0 #3996
Changes from 20 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e7592c2
torch==2.11.0
AlexanderDokuchaev 74fdad8
export_for_training to export
AlexanderDokuchaev 936c3a2
disable_tf32_precision
AlexanderDokuchaev 79193b4
cuda13
AlexanderDokuchaev b4c6224
onnx-ir==0.2.0
AlexanderDokuchaev ed7487d
fn
AlexanderDokuchaev a9a7a2b
Merge branch 'develop' into ad/pt2110
AlexanderDokuchaev 2c1f094
13.2
AlexanderDokuchaev 0b9fdf6
ids
AlexanderDokuchaev 166068e
mypy
AlexanderDokuchaev ea59416
doc
AlexanderDokuchaev 2feb92b
onnx-ir==0.2.1, onnxscript==0.7.0
AlexanderDokuchaev 0913720
xfail
AlexanderDokuchaev d61205c
test
AlexanderDokuchaev 26eae3b
override tests
AlexanderDokuchaev 34b5b0c
rm
AlexanderDokuchaev b9ccd0d
disable gptmodel example
AlexanderDokuchaev bccc49d
test
AlexanderDokuchaev 77319cf
f
AlexanderDokuchaev 5167e15
fin
AlexanderDokuchaev 7ed3ff5
del disable_tf32_precision
AlexanderDokuchaev be9efe1
r
AlexanderDokuchaev 53dbd01
c
AlexanderDokuchaev 0a25342
Merge branch 'develop' into ad/pt2110
AlexanderDokuchaev dc10e7c
test_runner
AlexanderDokuchaev 3865946
ci: update container image to Ubuntu 24.04 for precommit workflow
AlexanderDokuchaev 72c3958
t
AlexanderDokuchaev d092718
git
AlexanderDokuchaev f652726
t
AlexanderDokuchaev bf0bc93
t
AlexanderDokuchaev 9e39f34
lfs
AlexanderDokuchaev f6ecd72
ca
AlexanderDokuchaev a656e77
f
AlexanderDokuchaev d1d9299
ca
AlexanderDokuchaev 16af384
update-ca-certificates
AlexanderDokuchaev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/llm_compression/onnx/tiny_llama_scale_estimation/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| torch==2.10.0 | ||
| torch==2.11.0 | ||
| transformers==4.53.0 | ||
| openvino==2026.1.0 | ||
| optimum-intel[openvino]==1.27.0 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,4 +5,4 @@ optimum-onnx==0.1.0 | |
| optimum==2.1.0 | ||
| transformers==4.53.0 | ||
| onnx==1.21.0 | ||
| torch==2.10.0 | ||
| torch==2.11.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,4 +6,4 @@ optimum-onnx==0.1.0 | |
| optimum==2.1.0 | ||
| transformers==4.53.0 | ||
| onnx==1.21.0 | ||
| torch==2.10.0 | ||
| torch==2.11.0 | ||
2 changes: 1 addition & 1 deletion
2
examples/llm_compression/openvino/tiny_llama_synthetic_data/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| torch==2.10.0 | ||
| torch==2.11.0 | ||
| datasets==4.6.1 | ||
| numpy>=1.23.5,<2 | ||
| openvino==2026.1.0 | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
examples/llm_compression/torch/distillation_qat_with_lora/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| tensorboard==2.20.0 | ||
| torch==2.10.0 | ||
| torch==2.11.0 | ||
| torchao==0.17.0 | ||
| numpy>=1.23.5,<2 | ||
| openvino==2026.1.0 | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
examples/llm_compression/torch/downstream_qat_with_nls/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| tensorboard==2.20.0 | ||
| torch==2.10.0 | ||
| torch==2.11.0 | ||
| numpy>=1.23.5,<2 | ||
| openvino==2026.1.0 | ||
| optimum-intel==1.27.0 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/post_training_quantization/onnx/mobilenet_v2/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/post_training_quantization/openvino/yolo26/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| ultralytics==8.4.21 | ||
| onnx==1.21.0 | ||
| openvino==2026.1.0 | ||
| torch==2.10.0 | ||
| torch==2.11.0 |
2 changes: 1 addition & 1 deletion
2
...ost_training_quantization/openvino/yolov8_quantize_with_accuracy_control/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| ultralytics==8.3.221 | ||
| onnx==1.21.0 | ||
| openvino==2026.1.0 | ||
| torch==2.10.0 | ||
| torch==2.11.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/quantization_aware_training/torch/anomalib/requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| anomalib==2.2.0 | ||
| torch==2.10.0 | ||
| torch==2.11.0 | ||
| openvino==2025.3.0 | ||
| requests==2.33.0 | ||
| matplotlib==3.10.7 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.