./check-versions.sh
./find-torch-versions.sh
./install-cuda.sh <cuda-version>
Example:
./install-cuda.sh 12.4.0
./load-cuda.sh <cuda-version>
Example:
./load-cuda.sh 12.4.0
Note: After loading the CUDA toolkit, run:
source ~/.bashrc
to apply the changes in the current shell.
./install-torch.sh <cuda-version>
Example:
./install-torch.sh 12.4.0