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

[Bug] When connecting to an existing cluster, object_store_memory must not be provided #2893

Open
darkopetrovic opened this issue Apr 22, 2024 · 0 comments
Labels
bug Something isn't working ray-launcher

Comments

@darkopetrovic
Copy link

🐛 Bug

Description

With a recent version of ray, launching jobs with hydra-ray-launcher on an existing ray cluster rise an error:

ValueError: When connecting to an existing cluster, object_store_memory must not be provided.

Commenting out the following line fix the problem:

launcher.ray_cfg.init.setdefault("object_store_memory", 78643200)

System information

  • Hydra Version : 1.3.2
  • hydra-ray-launcher : 1.2.1
  • Python version : 3.10.14
  • Virtual environment type and version : Micromamba 1.5.8
  • Operating system : Ubuntu 22.04
  • Ray[default] : 2.11.0
@darkopetrovic darkopetrovic added the bug Something isn't working label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ray-launcher
Projects
None yet
Development

No branches or pull requests

2 participants