forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add julia function descriptor to proto/cpp * make it compile * Support JuliaFunctionDescriptor in == fallback * Enable debug-level logging on the Ray backend * Add Raylet support for Julia * Return Julia language string * EDIT: modify Java worker_pool tests to run Julia * specify julia executable * fix indent, add log_dir arg missing * also includt log_dir when calling * WIP * Functional worker * Use JULIA_PROJECT * Refactor RuntimeEnvContext changes * Funtional passing in JULIA_PROJECT * Cleanup * Rollback non-required changes * Use exported start_worker * Apply suggestions from code review Signed-off-by: Dave Kleinschmidt <[email protected]> * use Ray.jl as entrypoint to worker runtime * pass `--startup_token` to julia worker * Drop `DEFAULT_WORKER_EXECUTABLE` from `build_julia_worker_command` (#9) * Runtime environment can specify Julia executable and arguments (#8) * Support specifying runtime env executable * Support specifying runtime env args * Support specifying executable/args via runtime env * Avoid quoting default * Switch to using command in RuntimeEnvContext * Use separate command for Julia * Add TODO about switching to plugin Co-authored-by: Dave Kleinschmidt <[email protected]> Signed-off-by: Curtis Vogt <[email protected]> * Avoid escaping `command_prefix` (#10) * formatting Signed-off-by: Glenn Moynihan <[email protected]> * revert logging level changes and delete dev comments Signed-off-by: Glenn Moynihan <[email protected]> * Remove dev logging statements + todo Signed-off-by: Glenn Moynihan <[email protected]> * Missed some JULIA language support
- Loading branch information
1 parent
1240d3f
commit 7660c2d
Showing
12 changed files
with
196 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.