Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHA256 checksum does not not match for LORA-BIAS-7B-v21 #125

Open
javyduck opened this issue Nov 6, 2023 · 1 comment
Open

SHA256 checksum does not not match for LORA-BIAS-7B-v21 #125

javyduck opened this issue Nov 6, 2023 · 1 comment

Comments

@javyduck
Copy link

javyduck commented Nov 6, 2023

Hi, great work!

Currently, I am using the LORA-BIAS-7B-v21 under llama_adapter_v2_multimodal7b, however, it shows that:

LLaMA_Adapter/llama_adapter_v2_multimodal7b/llama/utils.py", line 69, in _download
    raise RuntimeError("Model has been downloaded but the SHA256 checksum does not not match")
RuntimeError: Model has been downloaded but the SHA256 checksum does not not match
@csuhan
Copy link
Collaborator

csuhan commented Nov 7, 2023

Thanks for your report! Now we have fixed it. You can also comment the following lines to make it work.

if hashlib.sha256(open(download_target, "rb").read()).hexdigest() != expected_sha256:
raise RuntimeError("Model has been downloaded but the SHA256 checksum does not not match")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants