Jaesun Park
Results
2
comments of
Jaesun Park
When you install vllm using pip, you might frequently run into errors related to 'undefined symbol', often because of conflicting versions with pytorch or something. It's safer to build vllm...
Removing pyproject.toml may be a solution. In my case, the build system was using the version of pytorch from pyproject.toml rather than the pytorch already installed.