14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-FileCopyrightText: Copyright contributors to the vLLM-MLU project
|
|
# Dependencies for Cambricon MLUs
|
|
ray == 2.51.1
|
|
click == 8.2.1
|
|
triton >= 3.2.0
|
|
torch == 2.9.1
|
|
torch-mlu >= 1.29.1
|
|
torch_mlu_ops >= 1.8.1
|
|
|
|
matplotlib == 3.10.3
|
|
datasets == 3.6.0
|
|
blobfile == 3.0.0
|
|
scipy == 1.10.1 |