Skip to content

Commit

Permalink
add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
xie river committed Apr 18, 2023
1 parent 9a322ff commit 6ab3681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui.py
Expand Up @@ -239,6 +239,7 @@ def get_models(path, extensions):
return models

def check_space_s3_download(s3_client,bucket_name,s3_folder,local_folder,file,size,mode):
print(f"bucket_name:{bucket_name},s3_folder:{s3_folder},file:{file}")
src = s3_folder + '/' + file
dist = os.path.join(local_folder, file)
os.makedirs(os.path.dirname(dist), exist_ok=True)
Expand Down

0 comments on commit 6ab3681

Please sign in to comment.