winglian commited on
Commit
f091e4c
1 Parent(s): 36f42d0

Update tabbed.py

Browse files
Files changed (1) hide show
  1. tabbed.py +1 -0
tabbed.py CHANGED
@@ -119,6 +119,7 @@ with gr.Blocks() as demo:
119
  with gr.Column():
120
  gr.Markdown(f"""
121
  ### brought to you by OpenAccess AI Collective
 
122
  - This is the [{config["hub"]["repo_id"]}](https://huggingface.co/{config["hub"]["repo_id"]}) model file [{config["hub"]["filename"]}](https://huggingface.co/{config["hub"]["repo_id"]}/blob/main/{config["hub"]["filename"]})
123
  - This Space uses GGML with GPU support, so it can quickly run larger models on smaller GPUs & VRAM.
124
  - This is running on a smaller, shared GPU, so it may take a few seconds to respond.
 
119
  with gr.Column():
120
  gr.Markdown(f"""
121
  ### brought to you by OpenAccess AI Collective
122
+ - Unquantized model available at https://huggingface.co/openaccess-ai-collective/manticore-13b-chat-pyg
123
  - This is the [{config["hub"]["repo_id"]}](https://huggingface.co/{config["hub"]["repo_id"]}) model file [{config["hub"]["filename"]}](https://huggingface.co/{config["hub"]["repo_id"]}/blob/main/{config["hub"]["filename"]})
124
  - This Space uses GGML with GPU support, so it can quickly run larger models on smaller GPUs & VRAM.
125
  - This is running on a smaller, shared GPU, so it may take a few seconds to respond.