File tree Expand file tree Collapse file tree 7 files changed +6
-9
lines changed Expand file tree Collapse file tree 7 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1717 include :
1818 - name : 4xlargegpu
1919 runs-on : linux.g5.4xlarge.nvidia.gpu
20- torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126 '
20+ torch-spec : ' torch'
2121 gpu-arch-type : " cuda"
2222 gpu-arch-version : " 12.6"
2323 with :
Original file line number Diff line number Diff line change 2121 include :
2222 - name : 4xlarge
2323 runs-on : linux.g5.4xlarge.nvidia.gpu
24- torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128 '
24+ torch-spec : ' torch'
2525 gpu-arch-type : " cuda"
2626 gpu-arch-version : " 12.8"
2727 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
Original file line number Diff line number Diff line change 2222 include :
2323 - name : 4xlargegpu
2424 runs-on : linux.g5.4xlarge.nvidia.gpu
25- torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126 '
25+ torch-spec : ' torch'
2626 gpu-arch-type : " cuda"
2727 gpu-arch-version : " 12.6"
2828 with :
Original file line number Diff line number Diff line change 2222 include :
2323 - name : 4xlargegpu
2424 runs-on : linux.g5.4xlarge.nvidia.gpu
25- torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126 '
25+ torch-spec : ' torch'
2626 gpu-arch-type : " cuda"
2727 gpu-arch-version : " 12.6"
2828 with :
Original file line number Diff line number Diff line change 2121 include :
2222 - name : 4xlarge
2323 runs-on : linux.g5.4xlarge.nvidia.gpu
24- torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126 '
24+ torch-spec : ' torch'
2525 gpu-arch-type : " cuda"
2626 gpu-arch-version : " 12.6"
2727 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ conda update -n monarchenv --all -c conda-forge -y
102102sudo dnf install -y libibverbs rdma-core libmlx5 libibverbs-devel rdma-core-devel
103103
104104# Install build dependencies
105- pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
106105pip install -r build-requirements.txt
107106# Install test dependencies
108107pip install -r python/tests/requirements.txt
@@ -142,7 +141,6 @@ export CXX=clang++
142141sudo apt install -y cuda-toolkit-12-8 cuda-12-8
143142
144143# Install build dependencies
145- pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
146144pip install -r build-requirements.txt
147145# Install test dependencies
148146pip install -r python/tests/requirements.txt
@@ -180,7 +178,6 @@ rustup toolchain install nightly
180178rustup default nightly
181179
182180# Install build dependencies
183- pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
184181pip install -r build-requirements.txt
185182# Install test dependencies
186183pip install -r python/tests/requirements.txt
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ setup_tensor_engine() {
7070# Install PyTorch with C++ development headers (libtorch) for Rust compilation
7171setup_pytorch_with_headers () {
7272 local gpu_arch_version=${1:- " 12.6" }
73- local torch_spec=${2:- " --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126 " }
73+ local torch_spec=${2:- " torch" }
7474
7575 echo " Setting up PyTorch with C++ headers (GPU arch: ${gpu_arch_version} )..."
7676
You can’t perform that action at this time.
0 commit comments