Weyaxi commited on
Commit
ecb17e3
1 Parent(s): d61c1de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -11,7 +11,7 @@ fs = HfFileSystem()
11
 
12
 
13
  text = f"""
14
- 🎯 The Leaderboard aims to track TheBloke's quantisied models.
15
 
16
  ## 📚 Type Of Models
17
 
@@ -37,9 +37,9 @@ This space is last updated in **{str(datetime.datetime.now().strftime("%Y-%m-%d
37
 
38
  ## 📒 Important Note
39
 
40
- This space potentially includes incorrectly quantisied models for a model.
41
 
42
- If you find any incorrectly quantisied model, please report it to me.
43
  """
44
 
45
  quant_models = [i.__dict__['id'] for i in api.list_models(author="TheBloke") if "GPTQ" in i.__dict__['id'] or "GGUF" in i.__dict__['id'] or "AWQ" in i.__dict__['id'] or "GGML" in i.__dict__['id']]
@@ -124,7 +124,7 @@ def to_clickable(df):
124
 
125
  with gr.Blocks() as demo:
126
  gr.Markdown("""<center><img src = "https://cdn-uploads.huggingface.co/production/uploads/6426d3f3a7723d62b53c259b/tvPikpAzKTKGN5wrpadOJ.jpeg" width=200 height=200></center>""")
127
- gr.Markdown("""<h1 align="center" id="space-title">The Bloke Quantisied Models</h1>""")
128
  gr.Markdown(text)
129
 
130
  with gr.Column(min_width=320):
 
11
 
12
 
13
  text = f"""
14
+ 🎯 The Leaderboard aims to track TheBloke's quantized models.
15
 
16
  ## 📚 Type Of Models
17
 
 
37
 
38
  ## 📒 Important Note
39
 
40
+ This space potentially includes incorrectly quantized models for a model.
41
 
42
+ If you find any incorrectly quantized model, please report it to me.
43
  """
44
 
45
  quant_models = [i.__dict__['id'] for i in api.list_models(author="TheBloke") if "GPTQ" in i.__dict__['id'] or "GGUF" in i.__dict__['id'] or "AWQ" in i.__dict__['id'] or "GGML" in i.__dict__['id']]
 
124
 
125
  with gr.Blocks() as demo:
126
  gr.Markdown("""<center><img src = "https://cdn-uploads.huggingface.co/production/uploads/6426d3f3a7723d62b53c259b/tvPikpAzKTKGN5wrpadOJ.jpeg" width=200 height=200></center>""")
127
+ gr.Markdown("""<h1 align="center" id="space-title">The Bloke Quantized Models</h1>""")
128
  gr.Markdown(text)
129
 
130
  with gr.Column(min_width=320):