ffreemt commited on
Commit
c7840a3
1 Parent(s): e24164c

Update url

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,7 +21,7 @@ from loguru import logger
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/spaces/mikeee/codeLlama-13b-instruct-gguf" # 7.87G
25
 
26
  LLM = None
27
  gc.collect()
@@ -283,7 +283,7 @@ with gr.Blocks(
283
  with gr.Accordion("🎈 Info", open=False):
284
  gr.Markdown(
285
  f"""<h5><center>{Path(model_loc).name}</center></h4>
286
- Doesn't quite work -- no output or run forever.""",
287
  elem_classes="xsmall",
288
  )
289
 
 
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
27
  gc.collect()
 
283
  with gr.Accordion("🎈 Info", open=False):
284
  gr.Markdown(
285
  f"""<h5><center>{Path(model_loc).name}</center></h4>
286
+ Testing... not sure if it works or not.""",
287
  elem_classes="xsmall",
288
  )
289