Add --use_fast option (closes #3741)

This commit is contained in:
oobabooga 2023-09-25 12:19:43 -07:00
parent b973b91d73
commit d0d221df49
6 changed files with 22 additions and 13 deletions

View file

@ -52,6 +52,7 @@ def list_model_elements():
'bf16',
'load_in_8bit',
'trust_remote_code',
'use_fast',
'load_in_4bit',
'compute_dtype',
'quant_type',