Skip to content

Commit 2e02b2f

Browse files
committed
fix daytona gpu help text
1 parent 6bc2447 commit 2e02b2f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

oddish/src/oddish/cli/run.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,7 @@ def run(
324324
"-e",
325325
help=(
326326
"Execution environment (docker, daytona, e2b, modal, runloop, gke). "
327-
"Defaults: daytona for CPU-only hosted tasks, modal for GPU hosted "
328-
"tasks, docker otherwise."
327+
"Defaults: daytona for CPU/GPU hosted tasks, docker otherwise."
329328
),
330329
),
331330
] = None,

0 commit comments

Comments
 (0)