Hi!
I wanna install CUDA 10.0 for my ubuntu 18.04.
All installations are going well.
But when installations finish, the version of CUDA is 11.0.
IDK what happens during installation…
Is it normal??
Here is full result of nvidia-smi.
root@instance-1:/usr/local# nvidia-smi
Sat Sep 5 20:18:39 2020
±----------------------------------------------------------------------------+
| NVIDIA-SMI 450.51.06 Driver Version: 450.51.06 CUDA Version: 11.0 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Tesla K80 Off | 00000000:00:04.0 Off | 0 |
| N/A 41C P0 69W / 149W | 0MiB / 11441MiB | 88% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+
And here is installation file that I used.
root@instance-1:/home/Download# ls
cuda-repo-ubuntu1804-10-0-local-10.0.130-410.48_1.0-1_amd64.deb
root@instance-1:/usr/local# ls
bin cuda cuda-11.0 etc games include lib man sbin share src
I followed guide with installation file’s download page.
I’ll train custom model with TF2.0.0, so I need CUDA 10.0 not 11.0.
Help me!