Closed gounley closed 2 months ago
Based on https://github.com/vllm-project/vllm/blob/main/Dockerfile.rocm#L145, I didn't expect that manually installing libamdhip64.so.6
would be required with rocm 6.2. However, the following error still results without it:
ninja: error: '/opt/rocm/lib/libamdhip64.so', needed by '/full_path_here/vllm/_core_C.abi3.so', missing and no known rule to make it
cc @hongxiayang
The steps documented for building vllm locally does not apply for ROCm 6.2 installation. We will look into this.
This is the duplicate of https://github.com/vllm-project/vllm/issues/8042. Close this one since we have been discussing work-arounds in the other issue.
Your current environment
How you are installing vllm
Before submitting a new issue...