-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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]: Gemma-2 + FlashInfer: ValueError: Unsupported max_frags_z: #6395
Comments
This is due to the small shared memory size of RTX A6000 (sm86), I will fix it in flashinfer v0.1.1 release, thanks for reporting. |
It work well! @yzh119 Thanks |
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you! |
This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you! |
Your current environment
🐛 Describe the bug
The following script will fail using Gemma-2 9B (27B works fine), and with small input length (1,2 will fail, 32 works).
VLLM_ATTENTION_BACKEND=FLASHINFER python benchmark_latency.py \ --model google/gemma-2-9b-it \ --tokenizer google/gemma-2-9b-it \ --input-len 1 \ --output-len 128 \ --batch-size 1 \ --dtype "float16"
The error message (coming from
flashinfer
) is:The text was updated successfully, but these errors were encountered: