Skip to content

Commit

Permalink
toolkit cuda-11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekgfb committed Apr 9, 2024
1 parent b917891 commit bc0a1fc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/compile_t4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
runs-on: ${{ matrix.runs-on }}

steps:
- name: Install CUDA toolkit
uses: Jimver/[email protected]
id: cuda-toolkit
with:
cuda: '11.8.0'
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup Python
Expand All @@ -34,8 +39,8 @@ jobs:
fi
- name: Install requirements
run: |
wget https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda_12.1.1_530.30.02_linux.run
sh cuda_12.1.1_530.30.02_linux.run
# wget https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda_12.1.1_530.30.02_linux.run
# sh cuda_12.1.1_530.30.02_linux.run
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
pip install -r requirements.txt
- name: Download checkpoints
Expand Down

0 comments on commit bc0a1fc

Please sign in to comment.