Skip to content

Remove ray arg local_mode#940

Merged
evan-greenbrg merged 1 commit into
isofit:devfrom
jammont:bugfix/local_mode
Apr 16, 2026
Merged

Remove ray arg local_mode#940
evan-greenbrg merged 1 commit into
isofit:devfrom
jammont:bugfix/local_mode

Conversation

@jammont

@jammont jammont commented Apr 15, 2026

Copy link
Copy Markdown
Collaborator

Ray now raises an exception if it's set:

if local_mode:
  raise RuntimeError(
    "`local_mode` is no longer supported. For interactive debugging consider using the Ray distributed debugger."
  )

This was changed two months ago. Not sure why our workflows are just now hitting it

@github-actions

Copy link
Copy Markdown
📊 Generated results:

URL: isofit/isofit-test-results#28
SHA: 7187af4

@evan-greenbrg

evan-greenbrg commented Apr 16, 2026

Copy link
Copy Markdown
Collaborator

Merging. Ray no longer supports the config key, we should not include it throughout the codebase.

Decided to go for it, workflows fail without this.

@evan-greenbrg evan-greenbrg merged commit 0915da8 into isofit:dev Apr 16, 2026
27 checks passed
@jammont

jammont commented Apr 20, 2026

Copy link
Copy Markdown
Collaborator Author

I think this was introduced by ray v2.54.0. Didn't test to confirm, just guessing based off the release dates and when we starting seeing the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants