Skip to content

Commit b398329

Browse files
committed
Replaced torch with TensorFlow
1 parent 5b8e849 commit b398329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.idx/dev.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
MAMBA_ROOT_PREFIX = "/run/micromamba";
2121
# METAFLOW_DATASTORE_SYSROOT_LOCAL = "/run/.metaflow";
2222
# METAFLOW_CARD_LOCALROOT = "/run/.metaflow/mf.cards";
23-
KERAS_BACKEND = "torch";
23+
KERAS_BACKEND = "tensorflow";
2424
ENDPOINT_NAME = "penguins";
2525
MLFLOW_TRACKING_URI = "http://127.0.0.1:5000";
2626
METAFLOW_PROFILE = "local";

0 commit comments

Comments
 (0)