-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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]: [V1][SpecDec] RuntimeError: CUDA error: an illegal memory access was encountered #13673
Comments
Hi @lbeisteiner, thanks for reporting the bug! |
This error can be reproduced by running test_rejection_sampler tests. We need to clean that test a bit and report to flashinfer. |
I experienced the same error too, the stack look like bellow.
|
Your current environment
I'm using the
vllm/vllm-openai:v0.7.3
docker image.🐛 Describe the bug
I'm trying to run
[ngram]
speculative decoding onvllm
v1
using the following parameters on a fine-tuned Llama-3.2-3B:The server starts up correctly, but after sending a few concurrent requests (~5 RPS), I receive
Full Logs
You can see the initial successful requests and the error happening after. The worker process terminates and no further requests can be processed.
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: