We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238f45b commit c3ab36eCopy full SHA for c3ab36e
torchx/cli/__init__.py
@@ -122,8 +122,8 @@ def my_trainer(foo: int, bar: str) -> specs.AppDef:
122
123
$ torchx run --scheduler local_cwd --scheduler_args log_dir=/tmp utils.echo --msg "hello $USER"
124
=== RUN RESULT ===
125
-torchx 2022-06-15 16:08:57 INFO Log files located in: /tmp/torchx/echo-crls3hcpwjmhc/echo/0
126
-local_cwd://torchx/echo-crls3hcpwjmhc
+ torchx 2022-06-15 16:08:57 INFO Log files located in: /tmp/torchx/echo-crls3hcpwjmhc/echo/0
+ local_cwd://torchx/echo-crls3hcpwjmhc
127
128
By default the ``run`` subcommand does not block for the job to finish, instead it simply
129
schedules the job on the specified scheduler and prints an ``app handle``
0 commit comments