Skip to content

Commit

Permalink
Exclude "torch" from default backends
Browse files Browse the repository at this point in the history
  • Loading branch information
16EAGLE authored May 3, 2024
1 parent 8c1ad68 commit 6a01221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install_keras <- function(
extra_packages = c("scipy", "pandas", "Pillow", "pydot", "ipython", "tensorflow_datasets"),
python_version = ">=3.9,<=3.11",
# backend = "tensorflow",
backend = c("tensorflow", "jax", "torch"),
backend = c("tensorflow", "jax"),
# backend = "tf-nightly",
gpu = NA,
restart_session = TRUE) {
Expand Down

0 comments on commit 6a01221

Please sign in to comment.