mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 22:55:22 +00:00
UI: Fix gpu-layers being ignored (closes #6973)
This commit is contained in:
parent
c375b69413
commit
3fa1a899ae
4 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ import gradio as gr
|
|||
|
||||
loaders_and_params = OrderedDict({
|
||||
'llama.cpp': [
|
||||
'n_gpu_layers',
|
||||
'gpu_layers',
|
||||
'threads',
|
||||
'threads_batch',
|
||||
'batch_size',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue