File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 12
12
test-infra-ref : windows_builds
13
13
with-rocm : false
14
14
with-cpu : false
15
- python-version : " 3.9"
16
15
17
16
build :
18
17
needs : generate-matrix
27
26
pre-script : packaging/pre_build_script_windows.sh
28
27
smoke-test-script : packaging/smoke_test_windows.py
29
28
package-name : torch_tensorrt
30
- python-version : " 3.9"
31
29
name : Build torch-tensorrt whl package
32
30
uses : gs-olive/test-infra/.github/workflows/build_wheels_windows.yml@windows_builds
33
31
with :
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ choco install bazelisk -y
11
11
12
12
cat ./toolchains/ci_workspaces/WORKSPACE.win.release.tmpl | envsubst > WORKSPACE
13
13
14
- # curl -o cuda_12.1.0_windows_network.exe https://developer.download.nvidia.com/compute/cuda/12.1.0/network_installers/cuda_12.1.0_windows_network.exe
15
- # ./cuda_12.1.0_windows_network.exe -s nvcc_12.1 Display.Driver -n
14
+ curl -o cuda_12.1.0_windows_network.exe https://developer.download.nvidia.com/compute/cuda/12.1.0/network_installers/cuda_12.1.0_windows_network.exe
15
+ ./cuda_12.1.0_windows_network.exe -s nvcc_12.1 Display.Driver -n
You can’t perform that action at this time.
0 commit comments