[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8a5f0830b7
commit
15809100a9
1 changed files with 1 additions and 2 deletions
|
|
@ -217,8 +217,7 @@ def print_quantization_methods():
|
|||
for key, value in ALLOWED_QUANTS.items():
|
||||
print(f'"{key}" ==> {value}')
|
||||
print(
|
||||
"\nCompressed-tensors export "
|
||||
"(save_pretrained_merged(..., save_method=...), for vLLM):"
|
||||
"\nCompressed-tensors export (save_pretrained_merged(..., save_method=...), for vLLM):"
|
||||
)
|
||||
seen = set()
|
||||
for key, (scheme, needs_calib, _suffix) in COMPRESSED_EXPORT_SCHEMES.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue