You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I encountered this error when trying to start a sglang server locally. Got the error importlib.metadata.PackageNotFoundError: flashinfer. Another exception said that Exception: flashinfer with minimum required version 0.1.6 is not installed. Please uninstall the old version and reinstall the latest version by following the instructions at https://docs.flashinfer.ai/installation.html. but I have already install the latest flashinfer.
I am currently using a SM89 GPU and pytorch 2.5.1, I ran pip install flashinfer-python -i https://flashinfer.ai/whl/cu121/torch2.5/ for flashinfer installation.
The text was updated successfully, but these errors were encountered:
Hi. I encountered this error when trying to start a sglang server locally. Got the error
importlib.metadata.PackageNotFoundError: flashinfer
. Another exception said thatException: flashinfer with minimum required version 0.1.6 is not installed. Please uninstall the old version and reinstall the latest version by following the instructions at https://docs.flashinfer.ai/installation.html.
but I have already install the latest flashinfer.I am currently using a SM89 GPU and pytorch 2.5.1, I ran
pip install flashinfer-python -i https://flashinfer.ai/whl/cu121/torch2.5/
for flashinfer installation.The text was updated successfully, but these errors were encountered: