mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Keep ExLlama_HF if already selected
This commit is contained in:
parent
75fd763f99
commit
9290c6236f
@ -94,7 +94,7 @@ def apply_model_settings_to_state(model, state):
|
||||
loader = 'AutoGPTQ'
|
||||
|
||||
# If the user is using an alternative GPTQ loader, let them keep using it
|
||||
if not (loader == 'AutoGPTQ' and state['loader'] in ['GPTQ-for-LLaMa', 'ExLlama']):
|
||||
if not (loader == 'AutoGPTQ' and state['loader'] in ['GPTQ-for-LLaMa', 'ExLlama', 'ExLlama_HF']):
|
||||
state['loader'] = loader
|
||||
|
||||
for k in model_settings:
|
||||
|
Loading…
Reference in New Issue
Block a user