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

some problem with the combine #81

Open
crazyCoder18 opened this issue Feb 22, 2024 · 3 comments
Open

some problem with the combine #81

crazyCoder18 opened this issue Feb 22, 2024 · 3 comments

Comments

@crazyCoder18
Copy link

2024-02-22

The generated file is .satetensors, Instead of .bin file

@chengxin0913
Copy link

Same question. When I use the weight like this one for demo_app.py, the NExT-GPT can't generate any multi-modality object and might be some weights missing. I guess this is related to :
未命名

@Michael4933
Copy link

same...

@Michael4933
Copy link

Now I have figured it out. It is very likely that the llama weights you select is not appropriate. My former attempt failed at choose a incorrect .pth file at size 13G, and it turns out that three .safetensors files were generated, instead of 2 .bin files. Regarding the selection of llama, you are suggested to choose the ones on huggingface consisiting of two .bin file like this https://huggingface.co/yahma/llama-7b-hf/tree/main. This way, the combined output is likely to be .bin
Good Luck!

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

3 participants