dineth554 commited on
Commit
bf01695
·
verified ·
1 Parent(s): e35b74a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ model = st.sidebar.selectbox(
148
  "Model",
149
  [
150
  'Mistral-7B-Instruct-v0.3-Q6_K.gguf',
151
- 'mixtral-8x7b-instruct-v0.1.Q5_K_M.gguf',
152
  'Meta-Llama-3-8B-Instruct-Q6_K.gguf'
153
  ]
154
  )
 
148
  "Model",
149
  [
150
  'Mistral-7B-Instruct-v0.3-Q6_K.gguf',
151
+ 'mixtral-8x7b-instruct-v0.1.Q5_K_M.gguf',
152
  'Meta-Llama-3-8B-Instruct-Q6_K.gguf'
153
  ]
154
  )