chore: remove redundant words (#10609)

Signed-off-by: sunxunle <sunxunle@ampere.tech>
This commit is contained in:
sunxunle
2025-01-21 02:15:26 +08:00
committed by GitHub
parent 328e0d20a7
commit 4842f5d8de
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ def _download(url: str, root: str):
loop.update(len(buffer))
if insecure_hashlib.sha256(open(download_target, "rb").read()).hexdigest() != expected_sha256:
raise RuntimeError("Model has been downloaded but the SHA256 checksum does not not match")
raise RuntimeError("Model has been downloaded but the SHA256 checksum does not match")
return download_target