[TPU][V1][CI] Replace python3 setup.py develop with standard pip install --e on TPU (#17374)

Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
Nicolò Lucchesi
2025-04-29 19:36:48 +02:00
committed by GitHub
parent 0c1c788312
commit 792595b59d
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ sudo apt-get install libopenblas-base libopenmpi-dev libomp-dev
Run the setup script:
```bash
VLLM_TARGET_DEVICE="tpu" python setup.py develop
VLLM_TARGET_DEVICE="tpu" python -m pip install -e .
```
## Set up using Docker