Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored May 8, 2024
1 parent c41f140 commit 0e83502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cd REAL-Video-Enhancer
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-CUDA-Linux.txt
python3 -m pip install https://github.com/pytorch/TensorRT/releases/download/v1.4.0/torch_tensorrt-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl tensorrt==8.6.0
python3 -m pip install https://github.com/pytorch/TensorRT/releases/download/v1.4.0/torch_tensorrt-1.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl tensorrt==8.6.1
- name: Compile to executable
run: |
Expand Down

0 comments on commit 0e83502

Please sign in to comment.