This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Can't enable Nvidia GPU on Ubuntu 18.04 #5193
Open
Description
Description
Golem Version: 0.23.1
OS: Ubuntu 18.04
Mainnet/Testnet: mainnet
P0 label
Description of the issue:
I can't enable my GPU as a resource. I got the message "This feature is only for Linux at the moment" when I put my mouse on the button.
Return of nvidia-smi
:
+-----------------------------------------------------------------------------+
| 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 GeForce GTX 106... On | 00000000:01:00.0 On | N/A |
| 0% 47C P0 29W / 120W | 198MiB / 3018MiB | 4% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1666 G /usr/lib/xorg/Xorg 125MiB |
| 0 N/A N/A 2172 G /usr/bin/gnome-shell 62MiB |
| 0 N/A N/A 4072 G /usr/lib/firefox/firefox 2MiB |
| 0 N/A N/A 11230 G /usr/lib/firefox/firefox 2MiB |
| 0 N/A N/A 13261 G /usr/lib/firefox/firefox 2MiB |
+-----------------------------------------------------------------------------+
Return of golemcli envs show
:
┌─────────────────┬─────────────┬──────────┬──────────────────────┬─────────────────────┬──────────────────────────────────────────┐
│ name │ supported │ active │ performance │ min accept. perf. │ description │
├─────────────────┼─────────────┼──────────┼──────────────────────┼─────────────────────┼──────────────────────────────────────────┤
│ BLENDER │ true │ true │ 633.0023187912547 │ 0.0 │ Blender (www.blender.org) │
│ BLENDER_NVGPU │ false │ true │ 0.0 │ 0.0 │ Blender + NVIDIA GPU (www.blender.org) │
│ WASM │ true │ true │ 22.932558151677927 │ 0.0 │ WASM Sandbox │
└─────────────────┴─────────────┴──────────┴──────────────────────┴─────────────────────┴──────────────────────────────────────────┘
Thank you in advance for your help.