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

[Bug] Incorrect output for bitnet model #184

Open
LeiWang1999 opened this issue Sep 17, 2024 · 1 comment
Open

[Bug] Incorrect output for bitnet model #184

LeiWang1999 opened this issue Sep 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@LeiWang1999
Copy link
Contributor

Some commits lead to incorrect output of bitnet.

To reproduce:

python ./integration/BitNet/eval_correctness.py

The output is abnormal.

Replacing module layers.25.mlp.down_proj with a quantized version
quantized model generated text:
Generated 100 tokens in 9.43 seconds
Tokens per second: 10.60
Hello the your
@LeiWang1999 LeiWang1999 added the bug Something isn't working label Sep 17, 2024
@LeiWang1999
Copy link
Contributor Author

LeiWang1999 commented Sep 17, 2024

Interesting bug… When reverting the Transformers version from 4.45 to 4.40, the issue disappears.

Should dig further for the tokenizer and modeling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant