Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RayCluster] Introduce how to run ray remote job with ray client #47700

Open
0yukali0 opened this issue Sep 17, 2024 · 0 comments
Open

[RayCluster] Introduce how to run ray remote job with ray client #47700

0yukali0 opened this issue Sep 17, 2024 · 0 comments
Labels
docs An issue or change related to documentation triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@0yukali0
Copy link

Description

Expected results

In target doc, appending a method 3 note aray client link and an example in the doc.

method 1:
method 2:
ray client(method 3):
ray client link
python -c "import ray; ray.init("ray://<raycluster head>:10001"); print(ray.cluster_resources())"

software version

ray: 2.9.0
python:3.8.18
kuberay: 1.1.1
kind: 1.26.0

Env i demo

#local python env
conda create env -n demo python=3.8.18
conda activate demo
pip install "ray[all]"==2.9.0

### Link

_No response_
@0yukali0 0yukali0 added docs An issue or change related to documentation triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs An issue or change related to documentation triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

No branches or pull requests

1 participant