Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from dl_hf_model import dl_hf_model
|
|
13 |
from loguru import logger
|
14 |
|
15 |
|
16 |
-
URL = "https://huggingface.co/s3nh/NexoNimbus-7B-GGUF/blob/main/nexonimbus-7b.
|
17 |
|
18 |
_ = (
|
19 |
"golay" in platform.node()
|
@@ -24,7 +24,7 @@ _ = (
|
|
24 |
)
|
25 |
|
26 |
if _:
|
27 |
-
url = "https://huggingface.co/s3nh/NexoNimbus-7B-GGUF/blob/main/nexonimbus-7b.
|
28 |
|
29 |
|
30 |
prompt_template = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
|
|
13 |
from loguru import logger
|
14 |
|
15 |
|
16 |
+
URL = "https://huggingface.co/s3nh/NexoNimbus-7B-GGUF/blob/main/nexonimbus-7b.Q4_K_Mgguf" # 4.05G
|
17 |
|
18 |
_ = (
|
19 |
"golay" in platform.node()
|
|
|
24 |
)
|
25 |
|
26 |
if _:
|
27 |
+
url = "https://huggingface.co/s3nh/NexoNimbus-7B-GGUF/blob/main/nexonimbus-7b.Q4_K_M.gguf" # 2.87G
|
28 |
|
29 |
|
30 |
prompt_template = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
|