build: manually update PyTorch version (#3210)

Set PyTorch and TorchVision version to nightly release 2024-04-22.

Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
pull/2983/merge
Vivek Khandelwal 2024-04-25 21:23:10 +05:30 committed by GitHub
parent 7030eacb76
commit 9e2fe47c5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View File

@ -50,7 +50,6 @@ cmake -S "$repo_root/externals/llvm-project/llvm" -B "$build_dir" \
-DLLVM_EXTERNAL_TORCH_MLIR_SOURCE_DIR="$repo_root" \
-DLLVM_TARGETS_TO_BUILD=host \
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
-DTORCH_MLIR_ENABLE_LTC=ON
echo "::endgroup::"
echo "::group::Build"

View File

@ -1 +1 @@
0b80497b9d5b68c1f21886a30d507b84c23364e5
0a3e5f5badd8a0cb7fac97f5ec9d48c304e5c0b7

View File

@ -1,3 +1,3 @@
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
--pre
torch==2.4.0.dev20240416
torch==2.4.0.dev20240422

View File

@ -1,3 +1,3 @@
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
--pre
torchvision==0.19.0.dev20240416
torchvision==0.19.0.dev20240422