Skip to content

Commit

Permalink
compare with run file
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlaughlin committed Apr 16, 2024
1 parent 07ea801 commit d3c33fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
# sudo apt-get install nvidia-cuda-toolkit -y
# script
source ./ci_scripts/add_cuda_11_5.sh;
# source ./ci_scripts/add_cuda_11_5.sh;
# run file
# wget -q https://developer.download.nvidia.com/compute/cuda/12.4.1/local_installers/cuda_12.4.1_550.54.15_linux.run
# sudo sh cuda_12.4.1_550.54.15_linux.run --silent --toolkit --driver
wget -q https://developer.download.nvidia.com/compute/cuda/12.4.1/local_installers/cuda_12.4.1_550.54.15_linux.run
sudo sh cuda_12.4.1_550.54.15_linux.run --silent --toolkit --driver
# paths
echo "/usr/local/cuda-12.4/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit d3c33fb

Please sign in to comment.