InfiniteValueMe commited on
Commit
ba876d4
·
verified ·
1 Parent(s): 7c1941f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests, tempfile
4
  import gradio as gr
5
  from llama_cpp import Llama
6
 
7
- MODEL_URL = "https://huggingface.co/tiiuae/falcon-mamba-7b-instruct/resolve/main/ggml-model-f32.bin"
8
 
9
  print("Downloading model into temporary memory... This may take a while ⏳")
10
  response = requests.get(MODEL_URL, stream=True)
 
4
  import gradio as gr
5
  from llama_cpp import Llama
6
 
7
+ MODEL_URL = "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_K_M.gguf"
8
 
9
  print("Downloading model into temporary memory... This may take a while ⏳")
10
  response = requests.get(MODEL_URL, stream=True)