mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Default the optional es_version parameter (#545)
This commit is contained in:
parent
afc7e41d6e
commit
68a22a8001
@ -578,7 +578,7 @@ class TransformerModel:
|
||||
model_id: str,
|
||||
task_type: str,
|
||||
*,
|
||||
es_version: Optional[Tuple[int, int, int]],
|
||||
es_version: Optional[Tuple[int, int, int]] = None,
|
||||
quantize: bool = False,
|
||||
):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user