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

convert qwen 110b gptq checkpoint的时候,qkv_bias 的shape不能被3整除 #1589

Closed
CallmeZhangChenchen opened this issue May 13, 2024 · 11 comments
Assignees

Comments

@CallmeZhangChenchen
Copy link

094c99ee1cd6bcfd56a550c1a68d80c2

@jershi425
Copy link
Collaborator

@CallmeZhangChenchen Thank you for the feedback. We have not supported Qwen-110B yet. We will support and validate it soon.

@jershi425 jershi425 self-assigned this May 15, 2024
@Tlntin
Copy link
Contributor

Tlntin commented May 21, 2024

i got same error in qwen1.5-32b, i think may caused by GQA(group query attention).
I fix up it in this, pr link

@nv-guomingz
Copy link
Collaborator

This week's update will contain the fixing submmited by @Tlntin .

@Hukongtao
Copy link

The model can be converted and built into the engine normally, but the inference results are garbled. Have you ever encountered this?
image

@Tlntin
Copy link
Contributor

Tlntin commented Jul 8, 2024

The model can be converted and built into the engine normally, but the inference results are garbled. Have you ever encountered this? image

i think you need update auto-gptq and transformers to latest.

@Hukongtao
Copy link

The model can be converted and built into the engine normally, but the inference results are garbled. Have you ever encountered this? image

i think you need update auto-gptq and transformers to latest.

image
still have the problem

@Tlntin
Copy link
Contributor

Tlntin commented Jul 9, 2024

The model can be converted and built into the engine normally, but the inference results are garbled. Have you ever encountered this? image

i think you need update auto-gptq and transformers to latest.

image still have the problem

after update, have you build engine again?

@Hukongtao
Copy link

Hukongtao commented Jul 9, 2024

The model can be converted and built into the engine normally, but the inference results are garbled. Have you ever encountered this? image

i think you need update auto-gptq and transformers to latest.

image still have the problem

after update, have you build engine again?

Yes, I re-update rank0.safetensors and rank0.engine
image

@Hukongtao
Copy link

The v0.10.0 version may have some problems. I used the latest code from the main branch and it was aligned.

@tianzuishiwo
Copy link

auto-gpt

I meet the same problems,do you solve the problem? 兄弟!

@tianzuishiwo
Copy link

The model can be converted and built into the engine normally, but the inference results are garbled. Have you ever encountered this? image

I meet the same problems,do you solve the problem? 兄弟!

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

6 participants