Skip to content

Commit 86dda37

Browse files
Update README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent bcff7e6 commit 86dda37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You need a GKE cluster with accelerator node pools to run jobs. The `keras-remot
4848
- **Simple decorator API** — Add `@keras_remote.run()` to any function to execute it remotely
4949
- **Automatic infrastructure** — No manual VM provisioning or teardown required
5050
- **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)
5252
- **Data API** — Declarative `Data` class with smart caching for local files and GCS data
5353
- **Environment variable forwarding** — Propagate local env vars to the remote environment with wildcard patterns (`capture_env_vars=["KAGGLE_*"]`)
5454
- **Built-in monitoring** — View job status and logs in Google Cloud Console

0 commit comments

Comments
 (0)