Skip to content

[Misc]: The version requirements are inconsistent across different files. #2835

@tardis-key

Description

@tardis-key

As far as I know, there are three files (maybe more) which declare the version requirements (0.9.1-dev for example):

  1. https://github.com/vllm-project/vllm-ascend/blob/v0.9.1-dev/README.md
  2. https://github.com/vllm-project/vllm-ascend/blob/v0.9.1-dev/requirements-dev.txt
  3. https://github.com/vllm-project/vllm-ascend/blob/v0.9.1/pyproject.toml

The dependent components and their versions in the three files are not entirely consistent—for example, the torch-npu version—and this has confused me a lot. It is understandable that the README may only list the dependency versions of key components. However, other dependent components and their corresponding versions should be completely consistent. As stated in the comments of pyproject.toml, it should be mirrored in requirements.txt.

Can we standardize the version requirements?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions