Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ print(os.getcwd())
|
|
17 |
# print("Failed to download. Status code:", response.status_code)
|
18 |
|
19 |
from llama_cpp import Llama
|
20 |
-
url = "https://huggingface.co/ngxson/DeepSeek-R1-Distill-Qwen-7B-abliterated-GGUF/
|
21 |
model_path = url#"https://huggingface.co/ngxson/DeepSeek-R1-Distill-Qwen-7B-abliterated-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-7B-abliterated-Q4_K_M.gguf"
|
22 |
|
23 |
# Load the model directly from URL
|
|
|
17 |
# print("Failed to download. Status code:", response.status_code)
|
18 |
|
19 |
from llama_cpp import Llama
|
20 |
+
url = "https://huggingface.co/ngxson/DeepSeek-R1-Distill-Qwen-7B-abliterated-GGUF/DeepSeek-R1-Distill-Qwen-7B-abliterated-Q4_K_M.gguf"
|
21 |
model_path = url#"https://huggingface.co/ngxson/DeepSeek-R1-Distill-Qwen-7B-abliterated-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-7B-abliterated-Q4_K_M.gguf"
|
22 |
|
23 |
# Load the model directly from URL
|