Skip to content

Commit

Permalink
Update checksum_checker.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored May 23, 2024
1 parent 79915bc commit 7551369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/checksum_checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ if download_type == 'huggingface':
print(f'Error from Hugging Face Hub: {str(e)}', file=sys.stderr)
sys.exit(2)
else:
print(f'Downloading file from {repo_id_or_url}')
response = requests.get(repo_id_or_url)
if response.status_code == 200:
with open(file_name, 'wb') as f:
Expand Down

0 comments on commit 7551369

Please sign in to comment.