mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
Add a --torch-compile flag for transformers
This commit is contained in:
parent
11af199aff
commit
c0f600c887
5 changed files with 9 additions and 2 deletions
|
|
@ -9,12 +9,13 @@ loaders_and_params = OrderedDict({
|
|||
'Transformers': [
|
||||
'cpu_memory',
|
||||
'gpu_memory',
|
||||
'load_in_4bit',
|
||||
'load_in_8bit',
|
||||
'torch_compile',
|
||||
'bf16',
|
||||
'cpu',
|
||||
'disk',
|
||||
'auto_devices',
|
||||
'load_in_4bit',
|
||||
'use_double_quant',
|
||||
'quant_type',
|
||||
'compute_dtype',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue