mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 06:06:20 -04:00
Remove the 'None' option from the model menu
This commit is contained in:
parent
e3bba510d4
commit
c0e295dd1d
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ def get_available_models():
|
|||
|
||||
model_dirs = sorted(model_dirs, key=natural_keys)
|
||||
|
||||
return ['None'] + filtered_gguf_files + model_dirs
|
||||
return filtered_gguf_files + model_dirs
|
||||
|
||||
|
||||
def get_available_ggufs():
|
||||
|
|
Loading…
Add table
Reference in a new issue