Can I specify cuda 11.8 when I build and install vLLM from source? #2574
Unanswered
crazybullet28
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Follow the instructions in the build from source section of the documentation, and check that the vllm version ends with Note that nvcc must be version 11.8, and PyTorch must also be built with CUDA 11.8. Check it with:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to run the Phi-2 model on cuda 11.8.
I tried the current v0.2.4 version, but it would have error 'AttributeError: 'PhiConfig' object has no attribute 'layer_norm_epsilon'. I searched issues and found that recently there are some updates for Phi-2 to fix this error. The update is currently only available from source.
Beta Was this translation helpful? Give feedback.
All reactions