Cran-May commited on
Commit
e3fab85
1 Parent(s): 87abab2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -19,8 +19,8 @@ llm_model = None
19
 
20
  # Download the new model
21
  hf_hub_download(
22
- repo_id="Cran-May/openbuddy-llama3.2-3b-v23.2-131k-Q5_K_M-GGUF",
23
- filename="openbuddy-llama3.2-3b-v23.2-131k-q5_k_m-imat.gguf",
24
  local_dir="./models"
25
  )
26
 
@@ -171,8 +171,8 @@ with gr.Blocks(
171
 
172
  with gr.Accordion("Advanced Settings", open=False):
173
  model_dropdown = gr.Dropdown(
174
- ["openbuddy-llama3.2-3b-v23.2-131k-q5_k_m-imat.gguf"],
175
- value="openbuddy-llama3.2-3b-v23.2-131k-q5_k_m-imat.gguf",
176
  label="Model"
177
  )
178
  system_message = gr.TextArea(
 
19
 
20
  # Download the new model
21
  hf_hub_download(
22
+ repo_id="Cran-May/T.E-8.1-Q4_K_M-GGUF",
23
+ filename="t.e-8.1-q4_k_m-imat.gguf",
24
  local_dir="./models"
25
  )
26
 
 
171
 
172
  with gr.Accordion("Advanced Settings", open=False):
173
  model_dropdown = gr.Dropdown(
174
+ ["t.e-8.1-q4_k_m-imat.gguf"],
175
+ value="t.e-8.1-q4_k_m-imat.gguf",
176
  label="Model"
177
  )
178
  system_message = gr.TextArea(