mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[Core] Remove unused args for default_worker.py (#28177)
Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
This commit is contained in:
parent
4bff702e7b
commit
5e2437923d
1 changed files with 0 additions and 6 deletions
|
@ -84,12 +84,6 @@ parser.add_argument(
|
|||
action="store_true",
|
||||
help="True if code is loaded from local files, as opposed to the GCS.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--use-pickle",
|
||||
default=False,
|
||||
action="store_true",
|
||||
help="True if cloudpickle should be used for serialization.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--worker-type",
|
||||
required=False,
|
||||
|
|
Loading…
Add table
Reference in a new issue