Skip to content

Commit 10b5432

Browse files
build: manually update PyTorch version
Set PyTorch and TorchVision version to nightly release 2023-12-04. Signed-Off By: Vivek Khandelwal <[email protected]>
1 parent 400752c commit 10b5432

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

projects/pt1/e2e_testing/xfail_sets.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
TORCHDYNAMO_XFAIL_SET = {
2525
#### General TorchDynamo/PyTorch errors
2626

27-
# RecursionError: maximum recursion depth exceeded
28-
# RuntimeError: Failed running call_function aten.lift_fresh_copy(...
29-
# https://github.com/pytorch/pytorch/issues/89627
30-
"LiftFreshCopyModule_basic",
3127
# TypeError: new_empty(): argument 'size' (position 1) must be tuple of ints, but found element of type NoneType at pos 0
3228
# RuntimeError: Failed running call_function aten.convolution_backward(...
3329
# https://github.com/pytorch/pytorch/issues/89629

pytorch-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a5a404865c01f86881f6b3ab0cd9a562d0b420de
1+
a111e45dfe64cd565b2c0369b683f67d6658d2cc

pytorch-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
22
--pre
3-
torch==2.2.0.dev20231115
3+
torch==2.2.0.dev20231204

torchvision-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
22
--pre
3-
torchvision==0.17.0.dev20231115
3+
torchvision==0.17.0.dev20231204

0 commit comments

Comments
 (0)