mirror of
https://github.com/vllm-project/vllm.git
synced 2025-12-06 06:53:12 +08:00
Signed-off-by: Satyajith Chilappagari <satchill@amazon.com> Co-authored-by: Aaron Dou <yzdou@amazon.com> Co-authored-by: Shashwat Srijan <sssrijan@amazon.com> Co-authored-by: Chongming Ni <chongmni@amazon.com> Co-authored-by: Amulya Ballakur <amulyaab@amazon.com> Co-authored-by: Patrick Lange <patlange@amazon.com> Co-authored-by: Elaine Zhao <elaineyz@amazon.com> Co-authored-by: Lin Lin Pan <tailinpa@amazon.com> Co-authored-by: Navyadhara Gogineni <navyadha@amazon.com> Co-authored-by: Yishan McNabb <yishanm@amazon.com> Co-authored-by: Mrinal Shukla <181322398+mrinalks@users.noreply.github.com>
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
# Common dependencies
|
|
-r common.txt
|
|
|
|
# Dependencies for Neuron devices
|
|
packaging>=24.2
|
|
setuptools>=77.0.3,<80.0.0
|
|
torch-neuronx >= 2.5.0
|
|
neuronx-cc>=2.0.0a0
|
|
torchvision # Required for Llama3.2 multimodal image preprocessing
|