mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 13:19:38 +08:00
Use pickle by default for serialization (#5978)
This commit is contained in:
@@ -233,9 +233,9 @@ def cli(logging_level, logging_format):
|
||||
default=False,
|
||||
help="Specify whether load code from local file or GCS serialization.")
|
||||
@click.option(
|
||||
"--use-pickle",
|
||||
"--use-pickle/--no-use-pickle",
|
||||
is_flag=True,
|
||||
default=False,
|
||||
default=ray.cloudpickle.FAST_CLOUDPICKLE_USED,
|
||||
help="Use pickle for serialization.")
|
||||
def start(node_ip_address, redis_address, address, redis_port,
|
||||
num_redis_shards, redis_max_clients, redis_password,
|
||||
|
||||
Reference in New Issue
Block a user