mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-09 00:23:38 +00:00
Use ExLlamaV2 (instead of the HF one) for EXL2 models for now
It doesn't seem to have the "OverflowError" bug
This commit is contained in:
parent
38dc09dca5
commit
0ef1b8f8b4
3 changed files with 2 additions and 4 deletions
|
|
@ -110,7 +110,6 @@ loaders_and_params = OrderedDict({
|
|||
'no_flash_attn',
|
||||
'no_xformers',
|
||||
'no_sdpa',
|
||||
'exllamav2_info',
|
||||
],
|
||||
'HQQ': [
|
||||
'hqq_backend',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue