Spaces:
Runtime error
Runtime error
faisalhr1997
commited on
Commit
•
4a18f9e
1
Parent(s):
81fccc7
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from ctransformers import AutoModelForCausalLM
|
|
7 |
from huggingface_hub import hf_hub_download
|
8 |
|
9 |
|
10 |
-
URL = "https://huggingface.co/TheBloke/
|
11 |
repo_id = "/".join(urlparse(URL).path.strip("/").split("/")[:2])
|
12 |
|
13 |
|
|
|
7 |
from huggingface_hub import hf_hub_download
|
8 |
|
9 |
|
10 |
+
URL = "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q2_K.gguf"
|
11 |
repo_id = "/".join(urlparse(URL).path.strip("/").split("/")[:2])
|
12 |
|
13 |
|