Spaces:
Sleeping
Sleeping
updated the destination path
Browse files
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)
|