Skip to content

Commit

Permalink
Remove install of CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen committed Nov 16, 2024
1 parent e171e68 commit 611a35d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ jobs:

- name: Install Dependencies
run: |
# Install CUDA toolkit
mamba install -y 'cuda' -c "nvidia/label/cuda-${env:CUDA_VERSION}"
# Env variables
$env:CUDA_PATH = $env:CONDA_PREFIX
$env:CUDA_HOME = $env:CONDA_PREFIX
# Install torch
python -m pip install --upgrade --no-cache-dir torch==2.5.1
python -m pip install build setuptools wheel
Expand Down

0 comments on commit 611a35d

Please sign in to comment.