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
I am unable to build the vLLM Container. I am getting these errors:
252.2 Building wheels for collected packages: vllm
252.2 Building wheel for vllm (pyproject.toml): started
313.8 Building wheel for vllm (pyproject.toml): still running...
551.9 Building wheel for vllm (pyproject.toml): still running...
774.4 Building wheel for vllm (pyproject.toml): still running...
936.1 Building wheel for vllm (pyproject.toml): still running...
983.2 Building wheel for vllm (pyproject.toml): finished with status 'error'
983.6 error: subprocess-exited-with-error
983.6
983.6 × Building wheel for vllm (pyproject.toml) did not run successfully.
983.6 │ exit code: 1
983.6 ╰─> [983 lines of output]
983.6 /tmp/pip-build-env-rt38cp4x/overlay/local/lib/python3.10/dist-packages/torch/nn/modules/transformer.py:20: UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:84.)
983.6 device: torch.device = torch.device(torch._C._get_default_device()), # torch.device('cpu'),
.
.
.
983.6 File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
983.6 raise CalledProcessError(retcode, cmd)
983.6 subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', '_C', '-j', '32']' returned non-zero exit status 1.
983.6 [end of output]
983.6
983.6 note: This error originates from a subprocess, and is likely not a problem with pip.
983.6 ERROR: Failed building wheel for vllm
983.6 Failed to build vllm
983.6 ERROR: Could not build wheels for vllm, which is required to install pyproject.toml-based projects
------
Any ideas what is going on?
Any help is greatly apprecated!
The text was updated successfully, but these errors were encountered:
@AMGI-Pipeline after downgrading the CUDA version from 12.3 to 12.1 the build is successful. However, I am dealing now with the following error while creating a container:
ImportError: cannot import name 'model_validator' from 'pydantic'
I am unable to build the vLLM Container. I am getting these errors:
Any ideas what is going on?
Any help is greatly apprecated!
The text was updated successfully, but these errors were encountered: