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
It would be useful to have a CPU build of vLLM for CI and local testing. Unfortunately there are no pre-built wheels of vLLM with CPU inference support. Building a wheel requires compiling vLLM from source. vLLM has two slightly different sets of instructions for doing so here and here.
The instructions seem pretty straightforward, but someone needs to automate the creation and installation of these packages. Ideally there should be some caching of the packages, as the compilation step probably takes a while.
It would be useful to have a CPU build of vLLM for CI and local testing. Unfortunately there are no pre-built wheels of vLLM with CPU inference support. Building a wheel requires compiling vLLM from source. vLLM has two slightly different sets of instructions for doing so here and here.
The instructions seem pretty straightforward, but someone needs to automate the creation and installation of these packages. Ideally there should be some caching of the packages, as the compilation step probably takes a while.