mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 17:26:02 +08:00
[Doc] add VLLM_TARGET_DEVICE=neuron to documentation for neuron (#6844)
Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com>
This commit is contained in:
parent
ced36cd89b
commit
3c3012398e
@ -131,6 +131,6 @@ Once neuronx-cc and transformers-neuronx packages are installed, we will be able
|
|||||||
$ git clone https://github.com/vllm-project/vllm.git
|
$ git clone https://github.com/vllm-project/vllm.git
|
||||||
$ cd vllm
|
$ cd vllm
|
||||||
$ pip install -U -r requirements-neuron.txt
|
$ pip install -U -r requirements-neuron.txt
|
||||||
$ pip install .
|
$ VLLM_TARGET_DEVICE="neuron" pip install .
|
||||||
|
|
||||||
If neuron packages are detected correctly in the installation process, ``vllm-0.3.0+neuron212`` will be installed.
|
If neuron packages are detected correctly in the installation process, ``vllm-0.3.0+neuron212`` will be installed.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user