daniellefranca96 commited on
Commit
b7572e2
1 Parent(s): 99bc66b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ llms = {
9
  "mixtral":{"name": "TheBloke/Mistral-7B-Instruct-v0.1-GGUF", "file":"mistral-7b-instruct-v0.1.Q4_K_M.gguf", "suffix":"[/INST]", "prefix":"<s>[INST] "},
10
  "llama2":{"name": "TheBloke/Llama-2-7B-Chat-GGUF", "file":"llama-2-7b-chat.Q4_K_M.gguf", "suffix":"[/INST]", "prefix":"[INST] <<SYS>> You are a helpful assistant <</SYS>>"},
11
  "solar":{"name": "TheBloke/SOLAR-10.7B-Instruct-v1.0-GGUF", "file":"solar-10.7b-instruct-v1.0.Q4_K_M.gguf", "suffix":"\n### Assistant:\n", "prefix":"### User:\n"},
12
- "open-llama": {"name": "TheBloke/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF", "file":"open-llama-3b-v2-wizard-evol-instuct-v2-196k.Q4_K_M.gguf", "suffix":"\n\n### RESPONSE", "prefix":"### HUMAN:\n"}
13
  }
14
 
15
  for k in llms.keys():
 
9
  "mixtral":{"name": "TheBloke/Mistral-7B-Instruct-v0.1-GGUF", "file":"mistral-7b-instruct-v0.1.Q4_K_M.gguf", "suffix":"[/INST]", "prefix":"<s>[INST] "},
10
  "llama2":{"name": "TheBloke/Llama-2-7B-Chat-GGUF", "file":"llama-2-7b-chat.Q4_K_M.gguf", "suffix":"[/INST]", "prefix":"[INST] <<SYS>> You are a helpful assistant <</SYS>>"},
11
  "solar":{"name": "TheBloke/SOLAR-10.7B-Instruct-v1.0-GGUF", "file":"solar-10.7b-instruct-v1.0.Q4_K_M.gguf", "suffix":"\n### Assistant:\n", "prefix":"### User:\n"},
12
+ #"open-llama": {"name": "TheBloke/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF", "file":"open-llama-3b-v2-wizard-evol-instuct-v2-196k.Q4_K_M.gguf", "suffix":"\n\n### RESPONSE", "prefix":"### HUMAN:\n"}
13
  }
14
 
15
  for k in llms.keys():