Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
from llm_rs import AutoModel,SessionConfig,GenerationConfig,Precision
|
3 |
|
4 |
-
repo_name = "
|
5 |
-
file_name = "mpt-
|
6 |
|
7 |
examples = [
|
8 |
"Write a travel blog about a 3-day trip to Thailand.",
|
|
|
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"
|
6 |
|
7 |
examples = [
|
8 |
"Write a travel blog about a 3-day trip to Thailand.",
|