Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
c7840a3
1
Parent(s):
e24164c
Update url
Browse files
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/
|
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 |
-
|
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 |
|