ffreemt commited on
Commit
e390745
·
1 Parent(s): 379ca0a

Update Info

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ from loguru import logger
20
 
21
  from examples_list import examples_list
22
 
23
- url = "https://huggingface.co/TheBloke/CodeLlama-13B-Python-GGML/blob/main/code llama-13b-python.ggmlv3.Q4_K_M.bin" # 7.87G
24
  url = "https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/blob/main/codellama-13b-instruct.Q4_K_M.gguf" # 8.06
25
 
26
  LLM = None
 
20
 
21
  from examples_list import examples_list
22
 
23
+ url = "https://huggingface.co/TheBloke/Code Llama-13B-Python-GGML/blob/main/code llama-13b-python.ggmlv3.Q4_K_M.bin" # 7.87G
24
  url = "https://huggingface.co/TheBloke/CodeLlama-13B-Instruct-GGUF/blob/main/codellama-13b-instruct.Q4_K_M.gguf" # 8.06
25
 
26
  LLM = None