mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 00:55:31 +08:00
8061b3b596
This reverts commit 85b373a4be.
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
|
|
|
python "$ROOT_DIR/start_ray.py" "$@"
|