Skip to content

Commit

Permalink
try sudo group too
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Oct 24, 2024
1 parent 7a8f06e commit 9a777af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Setup venv
run: |
sudo usermod -a -G render,video $LOGNAME
sudo usermod -a -G render,video,sudo $LOGNAME
rocm-smi
rocminfo
python3.11 -m venv bench_venv
Expand Down

0 comments on commit 9a777af

Please sign in to comment.