pabloce commited on
Commit
b742530
·
verified ·
1 Parent(s): 1f2d920

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,7 +215,7 @@ demo = gr.ChatInterface(
215
  ),
216
  gr.Dropdown([
217
  'Mistral-7B-Instruct-v0.3-f32.gguf',
218
- 'mixtral-8x7b-instruct-v0.1.Q6_K.gguf'
219
  ],
220
  value="Mistral-7B-Instruct-v0.3-f32.gguf",
221
  label="Model"
 
215
  ),
216
  gr.Dropdown([
217
  'Mistral-7B-Instruct-v0.3-f32.gguf',
218
+ 'Llama-3-8B-Instruct-262k-Q6_K.gguf'
219
  ],
220
  value="Mistral-7B-Instruct-v0.3-f32.gguf",
221
  label="Model"