mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 11:54:52 +00:00
revert auto_convert
This commit is contained in:
parent
822435f872
commit
d0f7ed6e06
@ -72,7 +72,7 @@ def download_weights(
|
|||||||
model_id: str,
|
model_id: str,
|
||||||
revision: Optional[str] = None,
|
revision: Optional[str] = None,
|
||||||
extension: str = ".safetensors",
|
extension: str = ".safetensors",
|
||||||
auto_convert: bool = False,
|
auto_convert: bool = True,
|
||||||
logger_level: str = "INFO",
|
logger_level: str = "INFO",
|
||||||
json_output: bool = False,
|
json_output: bool = False,
|
||||||
):
|
):
|
||||||
|
Loading…
Reference in New Issue
Block a user