BroBro87 commited on
Commit
106d92b
1 Parent(s): 2253763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -14,7 +14,6 @@ logging.basicConfig(stream=sys.stdout, level=logging.INFO)
14
  logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stdout))
15
 
16
  def configure_llama_model():
17
- model_url = 'https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_K_M.gguf'
18
  model_url = 'https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q8_0.gguf'
19
 
20
  llm = LlamaCPP(
 
14
  logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stdout))
15
 
16
  def configure_llama_model():
 
17
  model_url = 'https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q8_0.gguf'
18
 
19
  llm = LlamaCPP(