You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ You need a GKE cluster with accelerator node pools to run jobs. The `keras-remot
48
48
-**Simple decorator API** — Add `@keras_remote.run()` to any function to execute it remotely
49
49
-**Automatic infrastructure** — No manual VM provisioning or teardown required
50
50
-**Result serialization** — Functions return actual values, not just logs
51
-
-**Fast iteration** — Container images are cached by dependency hash; unchanged dependencies skip the build entirely (2-4 minute startup)
51
+
-**Fast iteration** — Container images are cached by dependency hash; unchanged dependencies skip the build entirely (subsequent runs start in less than a minute)
52
52
-**Data API** — Declarative `Data` class with smart caching for local files and GCS data
53
53
-**Environment variable forwarding** — Propagate local env vars to the remote environment with wildcard patterns (`capture_env_vars=["KAGGLE_*"]`)
54
54
-**Built-in monitoring** — View job status and logs in Google Cloud Console
0 commit comments