Cran-May commited on
Commit
bf1e1c5
·
1 Parent(s): 2d66f82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -42,8 +42,8 @@ def get_system_tokens(model):
42
  return get_message_tokens(model, **system_message)
43
 
44
 
45
- repo_name = "Aryanne/Bling-Sheared-Llama-2.7B-0.1-gguf"
46
- model_name = "q4_0-bling-sheared-llama-2.7b-0.1.gguf"
47
 
48
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
49
 
@@ -110,7 +110,7 @@ with gr.Blocks(
110
 
111
  with gr.Row():
112
  with gr.Column(scale=5):
113
- chatbot = gr.Chatbot(label="兮辞如是说").style(height=400)
114
  with gr.Row():
115
  with gr.Column():
116
  msg = gr.Textbox(
 
42
  return get_message_tokens(model, **system_message)
43
 
44
 
45
+ repo_name = "s3nh/jeff31415-TinyLlama-1.1B-1.5T-OpenOrca-Alpha-GGUF"
46
+ model_name = "jeff31415-TinyLlama-1.1B-1.5T-OpenOrca-Alpha.Q4_K_S.gguf"
47
 
48
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
49
 
 
110
 
111
  with gr.Row():
112
  with gr.Column(scale=5):
113
+ chatbot = gr.Chatbot(label="安风如是说").style(height=400)
114
  with gr.Row():
115
  with gr.Column():
116
  msg = gr.Textbox(