pabloce commited on
Commit
c6162d0
·
verified ·
1 Parent(s): 9dce59b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -19,8 +19,8 @@ hf_hub_download(
19
  local_dir="./models"
20
  )
21
  hf_hub_download(
22
- repo_id="bartowski/Phi-3-medium-128k-instruct-GGUF",
23
- filename="Phi-3-medium-128k-instruct-Q6_K.gguf",
24
  local_dir="./models"
25
  )
26
 
@@ -213,7 +213,7 @@ demo = gr.ChatInterface(
213
  ),
214
  gr.Dropdown([
215
  'Mistral-7B-Instruct-v0.3-f32.gguf',
216
- 'Phi-3-medium-128k-instruct-Q6_K.gguf'
217
  ],
218
  value="Mistral-7B-Instruct-v0.3-f32.gguf",
219
  label="Model"
 
19
  local_dir="./models"
20
  )
21
  hf_hub_download(
22
+ repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF",
23
+ filename="mixtral-8x7b-instruct-v0.1.Q6_K.gguf",
24
  local_dir="./models"
25
  )
26
 
 
213
  ),
214
  gr.Dropdown([
215
  'Mistral-7B-Instruct-v0.3-f32.gguf',
216
+ 'mixtral-8x7b-instruct-v0.1.Q6_K.gguf'
217
  ],
218
  value="Mistral-7B-Instruct-v0.3-f32.gguf",
219
  label="Model"