We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24a01a commit db94d4fCopy full SHA for db94d4f
modules/models_settings.py
@@ -28,9 +28,9 @@ def infer_loader(model_name):
28
loader = 'llama.cpp'
29
elif re.match('\.*\.gguf', model_name.lower()):
30
31
- elif re.match('.*gguf.*\.bin', model_name.lower()):
+ elif re.match('.*gguf.*\.bin', model_name.lower()):
32
33
- elif re.match('.*ggml.*\.bin', model_name.lower()):
+ elif re.match('.*ggml.*\.bin', model_name.lower()):
34
35
elif re.match('.*rwkv.*\.pth', model_name.lower()):
36
loader = 'RWKV'
0 commit comments