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

Can distserve change block_size ? #47

Open
WANGHanshuo1220 opened this issue Oct 10, 2024 · 0 comments
Open

Can distserve change block_size ? #47

WANGHanshuo1220 opened this issue Oct 10, 2024 · 0 comments

Comments

@WANGHanshuo1220
Copy link

WANGHanshuo1220 commented Oct 10, 2024

The default block size is 16 and i want to change it to another value like 8, 4, 1... and it crashes.
Does anyone have the same issue? Or any code modification suggestions are welcome and appreciated.

The crash info is like this. It seems that ray actor is died but i have no idea what's happenning

1728536943768

After some debugging, i found that it crashes when decoding, not prefilling (context).
This just makes me more confused, because prefill code and decode code is nearly the same. And crash or not highly depends on the output length (if output_length is smaller, everything is fine; but if it's larger, ray actor crashes)

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

1 participant