-
Notifications
You must be signed in to change notification settings - Fork 1k
[Hardware] [Feat] Setup platform dependent package installation #1046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Isotr0py
merged 24 commits into
vllm-project:main
from
EmbeddedLLM:hardwareinstallationomni
Feb 5, 2026
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b410779
Support platform dependent installation steps
tjtanaa e2c0dc4
remov ambiguous dependencies
tjtanaa 26111ac
add installation procedure
tjtanaa 7eb9c59
ensure we are installing using no build isolation on other platform
tjtanaa 889cc15
fix precommit
tjtanaa cf44438
Added the cann tto lint ignore list
tjtanaa 0510da3
add torch audio to npu.txt
tjtanaa 07dfb53
pin fa-fwd version and sync main
tjtanaa 5f5b788
add no build isolation
tjtanaa 86c58a9
address feedback
tjtanaa d49ba73
Merge remote-tracking branch 'origin/main' into hardwareinstallationomni
tjtanaa 19e6963
test uv no build isolation
tjtanaa 4b37856
fix precommit
tjtanaa 00beb07
remove torch from pyproject.toml, make cuda be the default installati…
tjtanaa 18a62ca
sync with main
tjtanaa 2d19234
bugfix the pyproject.toml
tjtanaa b15f168
update the docker file and documentation
tjtanaa 47019c1
change vllm rocm to 0.14.0 as well
tjtanaa 08f5c18
Merge branch 'main' into hardwareinstallationomni
tjtanaa 8283852
sync main
tjtanaa d0cd1f2
delete old file
tjtanaa a3a01ef
update docker npu command
tjtanaa 4686335
update the npu documentation
tjtanaa e688577
fix rocm installation step
tjtanaa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Common dependencies for all platforms | ||
| omegaconf>=2.3.0 | ||
| librosa>=0.11.0 | ||
| resampy>=0.4.3 | ||
| diffusers>=0.36.0 | ||
| accelerate==1.12.0 | ||
| gradio==5.50 | ||
| soundfile>=0.13.1 | ||
| cache-dit==1.2.0 | ||
| tqdm>=4.66.0 | ||
| torchsde>=0.2.6 | ||
| openai-whisper>=20250625 | ||
| imageio[ffmpeg]>=2.37.2 | ||
| sox>=1.5.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| -r common.txt | ||
| onnxruntime>=1.23.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| -r common.txt | ||
| onnxruntime>=1.23.2 | ||
| fa3-fwd==0.0.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| -r common.txt | ||
| onnxruntime-cann>=1.23.2 | ||
| torchaudio==2.9.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| -r common.txt | ||
| onnxruntime-rocm>=1.22.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| -r common.txt | ||
| onnxruntime>=1.23.2 | ||
|
tjtanaa marked this conversation as resolved.
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.