Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Apr 27, 2024
1 parent 52b0ed5 commit a55ed08
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/v2.2.0/torch_tensorrt-2.2.0-cp310-cp310-manylinux_2_34_x86_64.whl
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
- name: Compile to executable
run: |
Expand Down

0 comments on commit a55ed08

Please sign in to comment.