Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -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.
|
|
|
24 |
)
|
25 |
|
26 |
if _:
|
27 |
+
url = "https://huggingface.co/s3nh/NexoNimbus-7B-GGUF/blob/main/nexonimbus-7b.Q6_K.gguf" # 2.87G
|
28 |
|
29 |
|
30 |
prompt_template = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
|