Relative Content

Tag Archive for pythonpytorchnlphuggingface-transformersvllm

How does one use vllm with pytorch 2.2.2 and python 3.11?

Title: How does one use vllm with pytorch 2.2.2 and python 3.11? I’m trying to use the vllm library with pytorch 2.2.2 and python 3.11. Based on the GitHub issues, it seems vllm 0.4.1 supports python 3.11. However, I’m running into issues with incompatible pytorch versions when installing vllm. The github issue mentions needing to […]