Skip to content

Commit

Permalink
.github/workflows/windows-trt.yml: fix trtexec compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Mar 27, 2024
1 parent 1f7dbdd commit 2165056
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows-trt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
curl -L -o trt.zip https://developer.download.nvidia.com/compute/machine-learning/tensorrt/10.0.0/zip/TensorRT-10.0.0.6.Windows10.win10.cuda-12.4.zip
unzip trt.zip
move "TensorRT-*" tensorrt
mv TensorRT-*/ tensorrt/
- name: Download VapourSynth headers
run: |
Expand Down Expand Up @@ -92,6 +92,8 @@ jobs:

- name: Override trtexec CMake file
run: |
mv -f -v tensorrt/samples ../tensorrt-oss/samplpes
mv trtexec/CMakeLists.txt ../tensorrt-oss/samples/trtexec
mv trtexec/*.cpp ../tensorrt-oss/samples/trtexec
Expand Down

0 comments on commit 2165056

Please sign in to comment.