Spaces:
Build error
Build error
patience
Browse files- instruct.py +2 -1
instruct.py
CHANGED
@@ -22,7 +22,8 @@ description = f"""
|
|
22 |
### brought to you by OpenAccess AI Collective
|
23 |
- This is the [{config["repo"]}](https://huggingface.co/{config["repo"]}) model file [{config["file"]}](https://huggingface.co/{config["repo"]}/blob/main/{config["file"]})
|
24 |
- This Space uses GGML with GPU support, so it can quickly run larger models on smaller GPUs & VRAM.
|
25 |
-
- This is running on a smaller, shared GPU, so it may take a few seconds to respond.
|
|
|
26 |
- [Duplicate the Space](https://huggingface.co/spaces/openaccess-ai-collective/ggml-ui?duplicate=true) to skip the queue and run in a private space or to use your own GGML models.
|
27 |
- When using your own models, simply update the [config.yml](https://huggingface.co/spaces/openaccess-ai-collective/ggml-ui/blob/main/config.yml)
|
28 |
- You can use instruct or chatbot mode by updating the README.md to either `app_file: instruct.py` or `app_file: chat.py`
|
|
|
22 |
### brought to you by OpenAccess AI Collective
|
23 |
- This is the [{config["repo"]}](https://huggingface.co/{config["repo"]}) model file [{config["file"]}](https://huggingface.co/{config["repo"]}/blob/main/{config["file"]})
|
24 |
- This Space uses GGML with GPU support, so it can quickly run larger models on smaller GPUs & VRAM.
|
25 |
+
- This is running on a smaller, shared GPU, so it may take a few seconds to respond.
|
26 |
+
- Due to a [missing feature in Gradio](https://github.com/gradio-app/gradio/issues/3914), the chatbot interface will not show you your status in the queue. If it's stuck, be patient.
|
27 |
- [Duplicate the Space](https://huggingface.co/spaces/openaccess-ai-collective/ggml-ui?duplicate=true) to skip the queue and run in a private space or to use your own GGML models.
|
28 |
- When using your own models, simply update the [config.yml](https://huggingface.co/spaces/openaccess-ai-collective/ggml-ui/blob/main/config.yml)
|
29 |
- You can use instruct or chatbot mode by updating the README.md to either `app_file: instruct.py` or `app_file: chat.py`
|