Skip to content

Commit 690827f

Browse files
build: manually update PyTorch version
Set PyTorch and TorchVision version to nightly release 2024-01-02. Signed-Off By: Vivek Khandelwal <[email protected]>
1 parent 80bd093 commit 690827f

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

projects/pt1/e2e_testing/xfail_sets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139
# START tests failing due to: torch._dynamo.exc.Unsupported: data dependent operator: aten._local_scalar_dense.default
140140
'AtenFloatScalarModule_basic',
141141
'AtenIntBoolOpModule_basic',
142-
'OneHotModule_basic',
143142
'QuantizedMLP_basic',
144143
'ScalarImplicitFloatModule_basic',
145144
'ScalarImplicitIntModule_basic',

pytorch-hash.txt

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

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.dev20231204
3+
torch==2.3.0.dev20240101

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.dev20231204
3+
torchvision==0.18.0.dev20240101

0 commit comments

Comments
 (0)