Skip to content

Commit

Permalink
Remove GPu acceleration from ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Sep 26, 2024
1 parent f399580 commit 6a8c795
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ jobs:
- name: setup apt dependencies for Linux
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
wget https://repo.radeon.com/amdgpu-install/6.1.1/ubuntu/jammy/amdgpu-install_6.1.60101-1_all.deb
sudo apt install ./amdgpu-install_6.1.60101-1_all.deb
sudo apt update
sudo apt install amdgpu-dkms
sudo apt install rocm
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 6a8c795

Please sign in to comment.