Add tensor split support for llama.cpp (#3171)
This commit is contained in:
parent
f653546484
commit
031fe7225e
7 changed files with 20 additions and 0 deletions
|
@ -60,6 +60,7 @@ def list_model_elements():
|
|||
'low_vram',
|
||||
'mlock',
|
||||
'n_gpu_layers',
|
||||
'tensor_split',
|
||||
'n_ctx',
|
||||
'n_gqa',
|
||||
'rms_norm_eps',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue