mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-10 12:19:54 +00:00
fixed binding install for ggml gguf
This commit is contained in:
parent
88e535699d
commit
989794aab0
@ -148,7 +148,7 @@ class LLMBinding:
|
||||
callback(downloaded_size[0], total_size)
|
||||
# Download file from URL to folder
|
||||
try:
|
||||
request.urlretrieve(url, folder_path / url.split("/")[-1], reporthook=report_progress)
|
||||
request.urlretrieve(url, model_full_path, reporthook=report_progress)
|
||||
print("File downloaded successfully!")
|
||||
except Exception as e:
|
||||
print("Error downloading file:", e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user