We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69a9bc commit c5478aaCopy full SHA for c5478aa
clip/clip.py
@@ -67,7 +67,7 @@ def _download(url: str, root: str):
67
loop.update(len(buffer))
68
69
if hashlib.sha256(open(download_target, "rb").read()).hexdigest() != expected_sha256:
70
- raise RuntimeError(f"Model has been downloaded but the SHA256 checksum does not not match")
+ raise RuntimeError("Model has been downloaded but the SHA256 checksum does not not match")
71
72
return download_target
73
0 commit comments