Update tabbed.py
Browse files
tabbed.py
CHANGED
@@ -85,6 +85,7 @@ with gr.Blocks() as demo:
|
|
85 |
with gr.Column():
|
86 |
gr.Markdown(f"""
|
87 |
### brought to you by OpenAccess AI Collective
|
|
|
88 |
- This is the [{config["repo"]}](https://huggingface.co/{config["repo"]}) model file [{config["file"]}](https://huggingface.co/{config["repo"]}/blob/main/{config["file"]})
|
89 |
- This Space uses GGML with GPU support, so it can quickly run larger models on smaller GPUs & VRAM.
|
90 |
- This is running on a smaller, shared GPU, so it may take a few seconds to respond.
|
|
|
85 |
with gr.Column():
|
86 |
gr.Markdown(f"""
|
87 |
### brought to you by OpenAccess AI Collective
|
88 |
+
- Unquantized model available at https://huggingface.co/openaccess-ai-collective/wizard-mega-13b
|
89 |
- This is the [{config["repo"]}](https://huggingface.co/{config["repo"]}) model file [{config["file"]}](https://huggingface.co/{config["repo"]}/blob/main/{config["file"]})
|
90 |
- This Space uses GGML with GPU support, so it can quickly run larger models on smaller GPUs & VRAM.
|
91 |
- This is running on a smaller, shared GPU, so it may take a few seconds to respond.
|