jacobfrye commited on
Commit
2d44882
1 Parent(s): 2dc4ec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from llm_rs import AutoModel,SessionConfig,GenerationConfig,Precision
3
 
4
  repo_name = "TheBloke/mpt-30B-chat-GGML"
5
  file_name = "mpt-30b-chat.ggmlv0.q8_0.bin"
 
1
  import gradio as gr
2
+ from llm_rs import AutoModel, SessionConfig, GenerationConfig, Precision, KnownModels
3
 
4
  repo_name = "TheBloke/mpt-30B-chat-GGML"
5
  file_name = "mpt-30b-chat.ggmlv0.q8_0.bin"