UI: Fix gpu-layers being ignored (closes #6973)

This commit is contained in:
oobabooga 2025-05-13 12:07:59 -07:00
parent c375b69413
commit 3fa1a899ae
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ import gradio as gr
loaders_and_params = OrderedDict({
'llama.cpp': [
'n_gpu_layers',
'gpu_layers',
'threads',
'threads_batch',
'batch_size',