MoiMoi-01 commited on
Commit
7535e35
·
verified ·
1 Parent(s): 2ace957

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/raw/main/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
 
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