PY007 commited on
Commit
a49d4e3
·
1 Parent(s): 6225445

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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