Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -166,6 +166,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
166 |
gr.Markdown(
|
167 |
"""
|
168 |
💻 This demo showcases the PY007/TinyLlama-1.1B-Chat-v0.1 model that is finetuned from TinyLlama 503B checkpoints on the openassitant-guanaco dataset.
|
|
|
169 |
"""
|
170 |
)
|
171 |
|
|
|
166 |
gr.Markdown(
|
167 |
"""
|
168 |
💻 This demo showcases the PY007/TinyLlama-1.1B-Chat-v0.1 model that is finetuned from TinyLlama 503B checkpoints on the openassitant-guanaco dataset.
|
169 |
+
**Sep-21: we stopped running this chat demo on a paid GPU. You can still try out the model on your local machine.**
|
170 |
"""
|
171 |
)
|
172 |
|