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.
1 parent 1fb96c3 commit 657d3a3Copy full SHA for 657d3a3
R/install.R
@@ -164,11 +164,11 @@ use_backend <- function(backend, gpu = NA) {
164
macOS_tensorflow = {
165
166
if (is.na(gpu))
167
- gpu <- TRUE
+ gpu <- FALSE
168
169
if (gpu) {
170
- py_require("tensorflow", action = "remove")
171
- py_require(c("tensorflow-macos", "tensorflow-metal"), python_version = "<3.12")
+ # py_require("tensorflow", action = "remove")
+ py_require(c("tensorflow", "tensorflow-metal"))
172
} else {
173
py_require(action = "remove", c("tensorflow-macos", "tensorflow-metal"))
174
py_require("tensorflow")
0 commit comments