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: src/lambkin/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,8 @@ def dataset(ctx):
54
54
55
55
56
56
```
57
-
58
-
> **Note:** Real execution is not yet supported. `--dry-run` is the only
59
-
> supported mode at this time. The shell proxy prints commands rather than
60
-
> running them.
57
+
> **Note:** Real execution is not yet supported. `--dry-run` is the only supported mode at this time. The shell proxy prints commands rather than running them.
58
+
> Background process orchestration will be implemented in subsequent phases.
61
59
62
60
For a complete, working example using the Beluga algorithm, see [`Beluga Example`](examples/beluga/beluga_benchmark.py).
0 commit comments