herMaster commited on
Commit
2a3df07
·
1 Parent(s): 34cd397

updated the destination path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ os.mkdir("ReluLLaMA-7B-PowerInfer-GGUF")
29
  url = "https://huggingface.co/PowerInfer/ReluLLaMA-7B-PowerInfer-GGUF/resolve/main/llama-7b-relu.powerinfer.gguf"
30
 
31
  # Destination path to save the downloaded file
32
- destination_path = "ReluLLaMA-7B-PowerInfer-GGUF/"
33
 
34
  # Download the file
35
  urllib.request.urlretrieve(url, destination_path)
 
29
  url = "https://huggingface.co/PowerInfer/ReluLLaMA-7B-PowerInfer-GGUF/resolve/main/llama-7b-relu.powerinfer.gguf"
30
 
31
  # Destination path to save the downloaded file
32
+ destination_path = "ReluLLaMA-7B-PowerInfer-GGUF/llama-7b-relu.powerinfer.gguf"
33
 
34
  # Download the file
35
  urllib.request.urlretrieve(url, destination_path)