We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Env: Linux + H100 + CUDA 12.4
To reproduce: pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124 pip install flashinfer-python -i https://flashinfer.ai/whl/cu124/torch2.5
and run the example here: https://github.com/flashinfer-ai/flashinfer/blob/main/flashinfer/prefill.py#L904-L985
got: RuntimeError: BatchPrefillWithPagedKVCacheSM90Run failed with error: operation not supported
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Env:
Linux + H100 + CUDA 12.4
To reproduce:
pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
pip install flashinfer-python -i https://flashinfer.ai/whl/cu124/torch2.5
and run the example here:
https://github.com/flashinfer-ai/flashinfer/blob/main/flashinfer/prefill.py#L904-L985
got:
RuntimeError: BatchPrefillWithPagedKVCacheSM90Run failed with error: operation not supported
The text was updated successfully, but these errors were encountered: