sudo apt-get update sudo apt-get install git build-essential linux-libc-dev sudo apt-get install cmake cmake-gui sudo apt-get install libusb-1.0-0-dev libusb-dev libudev-dev sudo apt-get install mpi-default-dev openmpi-bin openmpi-common sudo apt-get install libflann1.9 libflann-dev su...
Then I runsudo apt-get install libpcl-dev=1.7.2-14build1but get some dependency problems. So I install the dependencies as demanded and finally it works. P.S. some dependency package dependent on children dependencies and just keep patient. ...
pytorch1.6.0 commands followed: sudo apt-get install python3-pip libopenblas-base libopenmpi-dev pip3 install Cython pip3 install numpy torch-1.6.0-cp36-cp36m-linux_aarch64.whltorchvision:$ sudo apt-get install libjpeg-dev zlib1g-dev libpython3-dev libavcodec-dev libavformat-dev libsws...
wget https://nvidia.box.com/shared/static/wa34qwrwtk9njtyarwt5nvo6imenfy26.whl -O torch-1.4.0-cp36-cp36m-linux_aarch64.whl sudo apt-get install python3-pip libopenblas-base libopenmpi-dev pip3 install Cython pip3 install numpy torch-1.4.0-cp36-cp3...
FROM mcr.microsoft.com/azureml/openmpi3.1.2-cuda10.0-cudnn7-ubuntu16.04:20210220.v1 USER root RUN mkdir -p /etc/OpenCL/vendors && echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd RUN apt-get update && echo 'success updated apt-get!' RUN apt-get install -y --no-...
OpenMPI/4.1.4. Torch 2.1.2 george-kuanli-peng commented Feb 29, 2024 I have the same problem (vllm built from source): Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/workspace/vllm/vllm/entrypoints/llm.py", line 109, in __init__ self.llm_en...