Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
import gradio as gr
|
3 |
|
4 |
-
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
5 |
#client = InferenceClient("Trelis/Mistral-7B-Instruct-v0.1-Summarize-16k")
|
6 |
-
|
|
|
7 |
|
8 |
def format_prompt(message, history):
|
9 |
prompt = "<s>"
|
|
|
1 |
from huggingface_hub import InferenceClient
|
2 |
import gradio as gr
|
3 |
|
4 |
+
#client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
5 |
#client = InferenceClient("Trelis/Mistral-7B-Instruct-v0.1-Summarize-16k")
|
6 |
+
client = InferenceClient("TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T")
|
7 |
+
|
8 |
|
9 |
def format_prompt(message, history):
|
10 |
prompt = "<s>"
|