Harryis's picture
Add files using upload-large-folder tool
6e3f5f4 verified
|
Raw
History Blame Contribute Delete
242 Bytes

Detached Worker

How to run (Only on a single node)

  • Start a local ray cluster:
ray start --head --port=6379
  • Run the server
python3 server.py
  • On another terminal, Run the client
python3 client.py