We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvidia-smi
1 parent 0868b44 commit 71daeaeCopy full SHA for 71daeae
R/install.R
@@ -37,7 +37,7 @@ install_keras <- function(
37
38
# lspci doens't list GPUs on WSL Linux, but nvidia-smi does.
39
nvidia_smi_listed <- tryCatch(
40
- system("nvidia-smi -L", intern = TRUE),
+ system("nvidia-smi -L", intern = TRUE, ignore.stderr = TRUE),
41
warning = function(w) character(),
42
error = function(e) character()
43
)
@@ -322,7 +322,7 @@ has_gpu <- function() {
322
323
324
325
326
327
328
0 commit comments