Weyaxi commited on
Commit
0790e2f
·
verified ·
1 Parent(s): 59ed98b
Files changed (1) hide show
  1. app.py +1 -1
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 = {}