ray-project / ray

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
34.14k stars 5.8k forks source link

[client] Documentation Python version behavior #45339

Open pinduzera opened 6 months ago

pinduzera commented 6 months ago

Description

Under Ray client Versioning requirements it says:

"Similarly, the minor Python (e.g., 3.6 vs 3.7) must match between the client and server. An error will be raised if this is not the case."

I had a local Kubernetes deployment that it was complaining about mismatching Python's Patch version 3.10.12 and 3.10.14 but with same 2.21.0 Ray version. I'd say it is just a documentation issue, but I am not sure which is the intended behavior.

Link

https://docs.ray.io/en/latest/cluster/running-applications/job-submission/ray-client.html#versioning-requirements

anyscalesam commented 1 month ago

Ray versions should match... wanna contribute a PR for this @pinduzera ?