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 12, 2024
1 parent e4e8805 commit 62797ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ jobs:
cd REAL-Video-Enhancer
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-CUDA-Linux.txt
- name: Get latest polygraphy
run: |
git clone https://github.com/NVIDIA/TensorRT
cd TensorRT/tools/Polygraphy
make install
- name: Compile to executable
run: |
cd REAL-Video-Enhancer
Expand Down

0 comments on commit 62797ae

Please sign in to comment.