build: manually update PyTorch version

Set PyTorch and TorchVision version to nightly release 2023-09-13.
Ref: 464f9c3725

Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
sogartar-patch-1
Vivek Khandelwal 2023-09-13 14:50:32 +00:00
parent 107ed0dec9
commit 4b4c38da46
4 changed files with 4 additions and 4 deletions

View File

@ -1935,7 +1935,7 @@ def atenscattervalue〡dtype(self_rank_dtype: Tuple[int, int], dim: int, i
return self_dtype
@check_dtype_function(
[Invocation(TensorOfShape(3, dtype=dtype), TensorOfShape(3, dtype=torch.int64), TensorOfShape(3, dtype=dtype)) for dtype in _SORTED_TORCH_TYPES])
[Invocation(TensorOfShape(3, dtype=dtype), TensorOfShape(3, dtype=torch.bool), TensorOfShape(3, dtype=dtype)) for dtype in _SORTED_TORCH_TYPES])
def atenmasked_scatter〡dtype(self_rank_dtype: Tuple[int, int], mask_rank_dtype: Tuple[int, int], source_rank_dtype: Tuple[int, int]) -> int:
self_rank, self_dtype = self_rank_dtype
return self_dtype

View File

@ -1 +1 @@
8ef4b6af4eb6df3b8377109404fef649b0543245
2baa4c49288efeded2fad677b2f28570b0ce858b

View File

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

View File

@ -1,3 +1,3 @@
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
--pre
torchvision==0.17.0.dev20230911
torchvision==0.17.0.dev20230913