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 11, 2024
1 parent 8b13563 commit 254cca2
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
pip install --no-cache-dir --extra-index-url https://pypi.nvidia.com tensorrt-libs==8.6.1 --force
pip install --no-cache-dir --extra-index-url https://pypi.nvidia.com tensorrt-libs==8.6.0 --force
- name: Compile to executable
run: |
Expand Down

0 comments on commit 254cca2

Please sign in to comment.