Cran-May commited on
Commit
c8f7ac8
·
1 Parent(s): 1638e6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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 = "Cran-May/OpenSLIDE"
46
- model_name = "SLIDE.0.1.gguf"
47
 
48
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
49
 
@@ -122,6 +122,7 @@ with gr.Blocks(
122
  submit = gr.Button("Submit / 开凹!")
123
  stop = gr.Button("Stop / 全局时空断裂")
124
  clear = gr.Button("Clear / 打扫群内垃圾")
 
125
  with gr.Column(min_width=80, scale=1):
126
  with gr.Tab(label="设置参数"):
127
  top_p = gr.Slider(
 
42
  return get_message_tokens(model, **system_message)
43
 
44
 
45
+ repo_name = "TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF"
46
+ model_name = "openbuddy-llama2-34b-v11.1-bf16.Q2_K.gguf"
47
 
48
  snapshot_download(repo_id=repo_name, local_dir=".", allow_patterns=model_name)
49
 
 
122
  submit = gr.Button("Submit / 开凹!")
123
  stop = gr.Button("Stop / 全局时空断裂")
124
  clear = gr.Button("Clear / 打扫群内垃圾")
125
+ with gr.Row():
126
  with gr.Column(min_width=80, scale=1):
127
  with gr.Tab(label="设置参数"):
128
  top_p = gr.Slider(