Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
rm which
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Sep 12, 2023
1 parent 3d85ab6 commit 4d0e1ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests_linux_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ jobs:
source /etc/profile.d/modules.sh
module use /opt/modules
module load cuda/11.8
which nvcc
/usr/local/cuda-11.8/bin/nvcc --version
which nvidia-smi
ls -l /usr/bin/nvidia-smi
nvidia-smi
# which nvcc
# /usr/local/cuda-11.8/bin/nvcc --version
# which nvidia-smi
# ls -l /usr/bin/nvidia-smi
# nvidia-smi
- name: Validate Multi-GPU packages
if: needs.set_runs_on_values.outputs.gpu_type == 'multi-gpu'
Expand Down

0 comments on commit 4d0e1ca

Please sign in to comment.