[Build/CI] Move ninja to common deps (#14835)
Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
parent
40677783aa
commit
233ffce1eb
@ -38,3 +38,4 @@ cloudpickle # allows pickling lambda functions in model_executor/models/registry
|
|||||||
watchfiles # required for http server to monitor the updates of TLS files
|
watchfiles # required for http server to monitor the updates of TLS files
|
||||||
python-json-logger # Used by logging as per examples/other/logging_configuration.md
|
python-json-logger # Used by logging as per examples/other/logging_configuration.md
|
||||||
scipy # Required for phi-4-multimodal-instruct
|
scipy # Required for phi-4-multimodal-instruct
|
||||||
|
ninja # Required for xgrammar, rocm, tpu, xpu
|
||||||
|
@ -7,7 +7,6 @@ torchvision==0.20.1
|
|||||||
torchaudio==2.5.1
|
torchaudio==2.5.1
|
||||||
|
|
||||||
cmake>=3.26
|
cmake>=3.26
|
||||||
ninja
|
|
||||||
packaging
|
packaging
|
||||||
setuptools>=61
|
setuptools>=61
|
||||||
setuptools-scm>=8
|
setuptools-scm>=8
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
# Dependencies for TPU
|
# Dependencies for TPU
|
||||||
cmake>=3.26
|
cmake>=3.26
|
||||||
ninja
|
|
||||||
packaging
|
packaging
|
||||||
setuptools-scm>=8
|
setuptools-scm>=8
|
||||||
wheel
|
wheel
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
ray>=2.9
|
ray>=2.9
|
||||||
cmake>=3.26
|
cmake>=3.26
|
||||||
ninja
|
|
||||||
packaging
|
packaging
|
||||||
setuptools-scm>=8
|
setuptools-scm>=8
|
||||||
setuptools>=75.8.0
|
setuptools>=75.8.0
|
||||||
@ -21,4 +20,4 @@ pytorch-triton-xpu
|
|||||||
# FIXME: This will be fix in ipex 2.7. just leave this here for awareness.
|
# FIXME: This will be fix in ipex 2.7. just leave this here for awareness.
|
||||||
# intel-extension-for-pytorch==2.6.10+xpu
|
# intel-extension-for-pytorch==2.6.10+xpu
|
||||||
oneccl_bind_pt==2.6.0+xpu
|
oneccl_bind_pt==2.6.0+xpu
|
||||||
--extra-index-url=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
--extra-index-url=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user