Fix API example for loading models (#3101)
This commit is contained in:
parent
f4aa11cef6
commit
987d522b55
1 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@ def complex_model_load(model):
|
|||
'action': 'load',
|
||||
'model_name': model,
|
||||
'args': {
|
||||
'gptq_for_llama': False, # Use AutoGPTQ by default, set to True for gptq-for-llama
|
||||
'loader': 'AutoGPTQ',
|
||||
|
||||
'bf16': False,
|
||||
'load_in_8bit': False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue