From 7551369abe56b9cdb294dc432eb86c9eff670e35 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 23 May 2024 08:33:58 +0200 Subject: [PATCH] Update checksum_checker.sh Signed-off-by: Ettore Di Giacinto --- .github/checksum_checker.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/checksum_checker.sh b/.github/checksum_checker.sh index 8fdf5294..01242af6 100644 --- a/.github/checksum_checker.sh +++ b/.github/checksum_checker.sh @@ -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: