From 968f5931e20365bcc3abd3f3861c23b516de10ea Mon Sep 17 00:00:00 2001 From: TNTwise <77559100+TNTwise@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:29:42 -0500 Subject: [PATCH] Update prerelease.yml --- .github/workflows/prerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index bddc6c51..dafefd01 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout code - run: git clone https://github.com/TNTwise/REAL-Video-Enhancer-BETA.git && python3 -m pip install https://github.com/pytorch/TensorRT/releases/download/v2.2.0/torch_tensorrt-2.2.0-cp38-cp38-manylinux_2_34_x86_64.whl + run: git clone https://github.com/TNTwise/REAL-Video-Enhancer-BETA.git && python3 -m pip install torch-tensorrt==2.2.0 - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@main