mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Fix flash-attn UI parameter to actually store true. (#6076)
This commit is contained in:
parent
3abafee696
commit
1d79aa67cf
3 changed files with 4 additions and 4 deletions
|
|
@ -102,7 +102,7 @@ def list_model_elements():
|
|||
'no_offload_kqv',
|
||||
'row_split',
|
||||
'tensorcores',
|
||||
'flash-attn',
|
||||
'flash_attn',
|
||||
'streaming_llm',
|
||||
'attention_sink_size',
|
||||
'hqq_backend',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue