mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
Remove obsolete references to llamacpp_HF
This commit is contained in:
parent
a0abf93425
commit
d68f0fbdf7
3 changed files with 2 additions and 5 deletions
|
|
@ -220,7 +220,7 @@ def fix_loader_name(name):
|
|||
return name
|
||||
|
||||
name = name.lower()
|
||||
if name in ['llamacpp', 'llama.cpp', 'llama-cpp', 'llama cpp']:
|
||||
if name in ['llama.cpp', 'llamacpp', 'llama-cpp', 'llama cpp']:
|
||||
return 'llama.cpp'
|
||||
elif name in ['transformers', 'huggingface', 'hf', 'hugging_face', 'hugging face']:
|
||||
return 'Transformers'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue