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

Quantization #6

Open
jeaneigsi opened this issue Nov 16, 2024 · 2 comments
Open

Quantization #6

jeaneigsi opened this issue Nov 16, 2024 · 2 comments

Comments

@jeaneigsi
Copy link

jeaneigsi commented Nov 16, 2024

is it possible to load model on quantize version with bitsandbytes , i mean int4, int8 other other and how try 100 000 tokens lenght, i get message : Token indices sequence length is longer than the specified maximum sequence length for this model (798 > 512). Running this sequence through the model will result in indexing errors

and pretty good work, i share the same philosophie particularly i think t5 architecture is better for seq to seq task than decoder only. llm overgenerates and loss curves struggle to converge

@Ingvarstep
Copy link
Contributor

@jeaneigsi , thank you, I am also a big believer in encoder-decoder architectures, in one of my projects - a translator from different formats of chemicals it made a lot of sense.

Regarding your questions, unfortunately, our flash-attention realisation doesn't support int4, int8.

@jeaneigsi
Copy link
Author

@jeaneigsi , thank you, I am also a big believer in encoder-decoder architectures, in one of my projects - a translator from different formats of chemicals it made a lot of sense.

Regarding your questions, unfortunately, our flash-attention realisation doesn't support int4, int8.

Ok thanks a lot , i am stay tune for incoming updates, keep build greats thing

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