From a68c9d823f079cf21f85980c0ef4066121cbb3f1 Mon Sep 17 00:00:00 2001 From: Patrick Moriarty Date: Wed, 31 Jul 2024 17:38:11 -0500 Subject: [PATCH] Upgrade cuda-toolkit --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ebb6642..2d83f3b 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: - name: Install NVIDIA CUDA Toolkit if: inputs.install-cuda == true || inputs.install-cuda == 'true' - uses: Jimver/cuda-toolkit@dc0ca7bb29c5a92f7a963d3d5c93f8d59765136a # v0.2.14 + uses: Jimver/cuda-toolkit@c569a95f0d4b94657205f07567f6a55aeedf9974 # v0.2.16 - name: Setup Cog shell: bash @@ -48,4 +48,4 @@ runs: REPLICATE_API_TOKEN: ${{ inputs.token }} run: | echo "Found REPLICATE_API_TOKEN in the environment; Authenticating..." - echo $REPLICATE_API_TOKEN | cog login --token-stdin \ No newline at end of file + echo $REPLICATE_API_TOKEN | cog login --token-stdin