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
My cuda version 12.7. I would like to ask if the cuda version is required to be 11.x. Thanks a lot in advance!
Environment information:
Python: 3.10.9
CUDA: 12.7
I just create the environment following the instruction git clone [email protected]:sail-sg/oat.git cd oat pip install vllm==0.6.2 && pip install -e .
The text was updated successfully, but these errors were encountered:
Hi @MYC000801, I think cuda12 should be fine. Here are my packages when I run pip list | grep cuda:
I think your issue may be resolved by setting the LD_LIBRARY_PATH to point to your python package's lib. For me, I put this line in my ~/.zshrc (or ~/.bashrc if you do not use zsh):
When I try the example script, it reports errors:
My cuda version 12.7. I would like to ask if the cuda version is required to be 11.x. Thanks a lot in advance!
Environment information:
Python: 3.10.9
CUDA: 12.7
I just create the environment following the instruction
git clone [email protected]:sail-sg/oat.git
cd oat
pip install vllm==0.6.2 && pip install -e .
The text was updated successfully, but these errors were encountered: