mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Fixed repeated imports
This commit is contained in:
@@ -25,9 +25,6 @@ def check_magic_and_version(filename):
|
|||||||
|
|
||||||
return magic, version
|
return magic, version
|
||||||
|
|
||||||
import os
|
|
||||||
import requests
|
|
||||||
|
|
||||||
def download_file(url, destination):
|
def download_file(url, destination):
|
||||||
print(f"Downloading {url} to {destination}...")
|
print(f"Downloading {url} to {destination}...")
|
||||||
response = requests.get(url, stream=True)
|
response = requests.get(url, stream=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user