-
Notifications
You must be signed in to change notification settings - Fork 1
Closed as not planned
Description
Hi,
I have a running text-generation-webui version 3.7.1
with llama.cpp as the default loader. Here is my CMD_FLAGS.txt
--loader llama.cpp --ctx-size 4096
--listen --extra-flags metrics
--extensions context-progress-bar
The extra-flags metrics is added correctly, as i can see it in the "extra-flags" field of the "Model" tab.
The llama.cpp is correctly loaded at the startup
11:53:25-552471 INFO LOADER: "llama.cpp"
The context progress bar is shown on the UI, but it doesn't display anything.
The problem is that it doesn't detect the loader
11:53:31-025352 WARNING context-progress-bar: 'model_loader' has unexpected value: None
Do you have any idea how to resolve it ?
Thank you
Metadata
Metadata
Assignees
Labels
No labels