pip install the CPU version? #8090
Unanswered
johann-petrak
asked this question in
Q&A
Replies: 1 comment
-
I found the following strategy to work quite well: VLLM_TARGET_DEVICE=cpu
PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cpu \
pip install https://github.com/vllm-project/vllm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to install the cpu version, but on Ubuntu 22.04 the cmake version is not what the compilation approach requires.
On the other hand the docs tell me that pip-based installation always installs the GPU version which is not usable on my machine. Is there a way to install a pre-compiled CPU wheel for Ubuntu?
Is there any other way to make the CPU version work?
Beta Was this translation helpful? Give feedback.
All reactions