Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
233ffce1
Unverified
Commit
233ffce1
authored
Mar 14, 2025
by
Russell Bryant
Committed by
GitHub
Mar 14, 2025
Browse files
[Build/CI] Move ninja to common deps (#14835)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
40677783
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
+2
-4
requirements/common.txt
requirements/common.txt
+1
-0
requirements/rocm-build.txt
requirements/rocm-build.txt
+0
-1
requirements/tpu.txt
requirements/tpu.txt
+0
-1
requirements/xpu.txt
requirements/xpu.txt
+1
-2
No files found.
requirements/common.txt
View file @
233ffce1
...
@@ -38,3 +38,4 @@ cloudpickle # allows pickling lambda functions in model_executor/models/registry
...
@@ -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
requirements/rocm-build.txt
View file @
233ffce1
...
@@ -7,7 +7,6 @@ torchvision==0.20.1
...
@@ -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
...
...
requirements/tpu.txt
View file @
233ffce1
...
@@ -3,7 +3,6 @@
...
@@ -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
...
...
requirements/xpu.txt
View file @
233ffce1
...
@@ -3,7 +3,6 @@
...
@@ -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
...
@@ -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/
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment