mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Split by rows instead of layers for llama.cpp multi-gpu (#5435)
This commit is contained in:
parent
3df7e151f7
commit
2a45620c85
6 changed files with 9 additions and 2 deletions
|
|
@ -93,6 +93,7 @@ def list_model_elements():
|
|||
'numa',
|
||||
'logits_all',
|
||||
'no_offload_kqv',
|
||||
'row_split',
|
||||
'tensorcores',
|
||||
'hqq_backend',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue