OpenGVLab/InternGPT

Husky model not getting initialized.

Opened this issue · 2 comments

Hello. I somehow managed to get the LLama weights manually as per the directory structure. Everything seemed to be going fine. However, when the Husky model started to load, I got this error:

OSError: model_zoo/husky-7b-delta-v0_01 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo with `use_auth_token` or log in with `huggingface-cli login` and pass `use_auth_token=True`.

From further inspection, it seems that that the Husky 7B model is not available on Hugging Face. Any help on this front is appreciated.

Hi @sovit-123, have you solved this issue? I have the same issue and really need to make this code runnable? Thanks.

Hello @LiYunJamesPhD I really have not tried since the issue was raised as I did not get any response on this thread.