From d6bf96cd35483d3377fea1287330b394fdb03f65 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 23 Dec 2024 10:30:03 -0500 Subject: [PATCH] Add a TODO Signed-off-by: Yuan Tang --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 84d4b412f7b01..61d2d710aa20e 100644 --- a/setup.py +++ b/setup.py @@ -455,6 +455,7 @@ def get_gaudi_sw_version(): def get_vllm_version() -> str: + # TODO: Revisit this temporary approach: https://github.com/vllm-project/vllm/issues/9182#issuecomment-2404860236 try: version = get_version( write_to="vllm/_version.py", # TODO: move this to pyproject.toml