ford442 commited on
Commit
c5e56cd
·
1 Parent(s): 3bd4d9f

Update cusparselt.sh

Browse files
Files changed (1) hide show
  1. cusparselt.sh +3 -3
cusparselt.sh CHANGED
@@ -1,5 +1,5 @@
1
- wget https://developer.download.nvidia.com/compute/cusparselt/0.6.3/local_installers/cusparselt-local-repo-ubuntu2204-0.6.3_1.0-1_amd64.deb
2
- sudo dpkg -i cusparselt-local-repo-ubuntu2204-0.6.3_1.0-1_amd64.deb
3
- sudo cp /var/cusparselt-local-repo-ubuntu2204-0.6.3/cusparselt-*-keyring.gpg /usr/share/keyrings/
4
  sudo apt-get update
5
  sudo apt-get -y install libcusparselt0 libcusparselt-dev
 
1
+ wget https://developer.download.nvidia.com/compute/cusparselt/0.6.3/local_installers/cusparselt-local-repo-debian12-0.6.3_1.0-1_amd64.deb
2
+ sudo dpkg -i cusparselt-local-repo-debian12-0.6.3_1.0-1_amd64.deb
3
+ sudo cp /var/cuda-repo-debian12-0-6-local/cusparselt-*-keyring.gpg /usr/share/keyrings/
4
  sudo apt-get update
5
  sudo apt-get -y install libcusparselt0 libcusparselt-dev