mirror of
https://github.com/wassname/ray.git
synced 2026-07-25 13:30:52 +08:00
Add "ray timeline" command to auto-dump Chrome trace for the current Ray instance (#4239)
This commit is contained in:
committed by
Robert Nishihara
parent
4cf2c9ecb8
commit
78ad9c4cbb
@@ -46,6 +46,7 @@ if __name__ == "__main__":
|
||||
do_link("rllib", force=args.yes)
|
||||
do_link("tune", force=args.yes)
|
||||
do_link("autoscaler", force=args.yes)
|
||||
do_link("scripts", force=args.yes)
|
||||
print("Created links.\n\nIf you run into issues initializing Ray, please "
|
||||
"ensure that your local repo and the installed Ray are in sync "
|
||||
"(pip install -U the latest wheels at "
|
||||
|
||||
Reference in New Issue
Block a user