mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 19:32:38 +08:00
Remove the '--include-java' option (#10594)
This commit is contained in:
@@ -65,7 +65,7 @@ if __name__ == "__main__":
|
||||
args = parser.parse_args()
|
||||
titles_file = str(args.titles_file)
|
||||
|
||||
ray.init(_load_code_from_local=True, _include_java=True)
|
||||
ray.init(_load_code_from_local=True)
|
||||
|
||||
ctx = StreamingContext.Builder() \
|
||||
.option(Config.CHANNEL_TYPE, Config.NATIVE_CHANNEL) \
|
||||
|
||||
Reference in New Issue
Block a user