I need to install the 525 driver to run the Hailo Dataflow Compiler to compile a neural network. I already did this a month ago and I believe then it worked on the A6000 GPU with a simple:
sudo apt-get remove --purge ‘^nvidia-.*’
sudo apt-get autoremove
sudo apt-get autoclean
sudo ubuntu-drivers install nvidia-driver:525
But now the 525 driver isn’t available in the: ´sudo ubuntu-drivers list´.
I tried installing with ´sudo apt get install nvidia-driver-525´ but this just installed the 550 driver again.
I also tried installing it with dpkg and the file ´nvidia-driver-local-repo-ubuntu2204-525.125.06_1.0-1_amd64.deb´, but then there was no nvidia-smi and after installing nvidia-smi it said the driver was version 550.
Then I tried removing the Lambda specific urls from ´/etc/apt/sources.list.d/´ and then it installed driver 535 instead of 525.
Then I figured I needed to install another linux kernel, version 5.19.0, but after changing the DEFAULT_MODE variable in the /etc/default/grub file and running ´sudo update-grub´ but after rebooting it kept booting in kernel 6.27.0.
What could I do to install the 525 driver instead of the 550 driver on a Lambda instance? I’m new to machine learning and working with GPUs so I don’t really know what I’m doing, some usefull pointers would be much appreciated!
Thanks in advance
Rik