build: manually update PyTorch version

Set PyTorch and TorchVision version to nightly release 2023-09-06.

Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
pull/2442/merge
Vivek Khandelwal 2023-09-06 15:51:59 +00:00
parent b411a40b3d
commit 67ae97f368
4 changed files with 3 additions and 4 deletions

View File

@ -1332,7 +1332,6 @@ LTC_XFAIL_SET = {
"IndexPutImpl3DFloatAccumulateModule_basic", "IndexPutImpl3DFloatAccumulateModule_basic",
"IndexPutImpl3DFloatNonAccumulateModule_basic", "IndexPutImpl3DFloatNonAccumulateModule_basic",
"IndexPutImplIndexWithNoneModule_basic", "IndexPutImplIndexWithNoneModule_basic",
"LiftFreshCopyModule_basic",
"Matmul_dot", "Matmul_dot",
"MulIntModule_basic", "MulIntModule_basic",
"DivIntModule_basic", "DivIntModule_basic",

View File

@ -1 +1 @@
73c794dadccfcc204b7db42dc0c915978fc61434 a618118ba9ffc33097699c120e8760c0eb0f67fc

View File

@ -1,3 +1,3 @@
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
--pre --pre
torch==2.1.0.dev20230901 torch==2.2.0.dev20230906

View File

@ -1,3 +1,3 @@
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
--pre --pre
torchvision==0.16.0.dev20230901 torchvision==0.16.0.dev20230906