whyyyyy
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ If you find any incorrectly quantized model, please report it to me.
|
|
51 |
"""
|
52 |
|
53 |
quant_models = [i.__dict__['id'] for i in api.list_models(author="TheBloke", token=False) if "GPTQ" in i.__dict__['id'] or "GGUF" in i.__dict__['id'] or "AWQ" in i.__dict__['id'] or "GGML" in i.__dict__['id']]
|
54 |
-
|
55 |
|
56 |
pattern = r'\(https://huggingface\.co/([^/]+)/([^/]+)\)'
|
57 |
liste = {}
|
|
|
51 |
"""
|
52 |
|
53 |
quant_models = [i.__dict__['id'] for i in api.list_models(author="TheBloke", token=False) if "GPTQ" in i.__dict__['id'] or "GGUF" in i.__dict__['id'] or "AWQ" in i.__dict__['id'] or "GGML" in i.__dict__['id']]
|
54 |
+
print(quant_models)
|
55 |
|
56 |
pattern = r'\(https://huggingface\.co/([^/]+)/([^/]+)\)'
|
57 |
liste = {}
|