Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from typing import Tuple, List
|
|
4 |
|
5 |
deepsparse.cpu.print_hardware_capability()
|
6 |
|
7 |
-
MODEL_ID = "neuralmagic/mpt-7b-gsm8k-
|
8 |
|
9 |
DESCRIPTION = f"""
|
10 |
# MPT Sparse Finetuned on GSM8k with DeepSparse
|
@@ -56,7 +56,7 @@ with gr.Blocks() as demo:
|
|
56 |
with gr.Column():
|
57 |
gr.Markdown(DESCRIPTION)
|
58 |
with gr.Column():
|
59 |
-
gr.Markdown("""### MPT Sparse Finetuned
|
60 |
|
61 |
with gr.Group():
|
62 |
chatbot = gr.Chatbot(label="Chatbot")
|
|
|
4 |
|
5 |
deepsparse.cpu.print_hardware_capability()
|
6 |
|
7 |
+
MODEL_ID = "neuralmagic/mpt-7b-gsm8k-pruned60-quant"
|
8 |
|
9 |
DESCRIPTION = f"""
|
10 |
# MPT Sparse Finetuned on GSM8k with DeepSparse
|
|
|
56 |
with gr.Column():
|
57 |
gr.Markdown(DESCRIPTION)
|
58 |
with gr.Column():
|
59 |
+
gr.Markdown("""### MPT GSM Sparse Finetuned Demo""")
|
60 |
|
61 |
with gr.Group():
|
62 |
chatbot = gr.Chatbot(label="Chatbot")
|