mikeee commited on
Commit
adc107a
1 Parent(s): 1141011

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -117,6 +117,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
117
  * Top P controls dynamic vocabulary selection based on context.
118
 
119
  For a table of example values for different scenarios, refer to [this](https://community.openai.com/t/cheat-sheet-mastering-temperature-and-top-p-in-chatgpt-api-a-few-tips-and-tricks-on-controlling-the-creativity-deterministic-output-of-prompt-responses/172683)
 
 
120
  """
121
  gr.Markdown(dedent(_))
122
  chatbot = gr.Chatbot()
 
117
  * Top P controls dynamic vocabulary selection based on context.
118
 
119
  For a table of example values for different scenarios, refer to [this](https://community.openai.com/t/cheat-sheet-mastering-temperature-and-top-p-in-chatgpt-api-a-few-tips-and-tricks-on-controlling-the-creativity-deterministic-output-of-prompt-responses/172683)
120
+
121
+ If the instance is not on a GPU (T4), it will be very slow. You can try to run the colab notebook [chatglm2-6b-4bit colab notebook](https://colab.research.google.com/drive/1WkF7kOjVCcBBatDHjaGkuJHnPdMWNtbW?usp=sharing) for a spin.
122
  """
123
  gr.Markdown(dedent(_))
124
  chatbot = gr.Chatbot()