mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[docs] Snippet did not have a code-block tag above it (#3442)
This commit is contained in:
parent
447604a9fe
commit
454d3aa07d
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ You can use ``ray exec`` to conveniently run commands on clusters. Note that scr
|
|||
|
||||
You can also use ``ray submit`` to execute Python scripts on clusters. This will ``rsync`` the designated file onto the cluster and execute it with the given arguments.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
# Run a Python script in a detached tmux session
|
||||
$ ray submit cluster.yaml --tmux --start --stop tune_experiment.py
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue