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