-
-
Notifications
You must be signed in to change notification settings - Fork 20.3k
[CI][BugFix][AMD] Add check for model_config being None and update conftest.py to load AITER of available to fix Kernels MoE Test % N #33952
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
Closed
rasmith
wants to merge
15
commits into
vllm-project:main
from
rasmith:rasmith_fix_test_triton_moe_ptpc_fp8
Closed
Changes from 14 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9737831
Fixing the skinny gemm dispatch logic. Weights can be padded for it t…
gshtras 5c1f660
Added weight padding into fp8 skinny gemm tests
gshtras 515e0c5
add default_vllm_config so tests pass
rasmith a965c65
Merge branch 'main' of github.com:rasmith/vllm
rasmith e8bc3c2
Merge branch 'main' of github.com:rasmith/vllm
rasmith 4cecd78
Merge branch 'main' of github.com:rasmith/vllm
rasmith cd2f3b6
enable aiter in tests
rasmith 1eb74e2
Merge branch 'main' of github.com:rasmith/vllm
rasmith 7b09163
merge main
rasmith 32caeb5
typo
rasmith afe4b5c
undo mori
rasmith 1cfd671
update comment
rasmith 57d5660
pre-commit
rasmith 9d0c5f8
fix typo
rasmith 09d804c
only load ops and ensure env var not st when tests run
rasmith 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm, not sure if this is a good idea. I think many tests explicity set or dont set this env
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated it so that only the function pointers are loaded, which was happening before, but the environment variable is set to 0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robertgshaw2-redhat I could also do this in
_aiter_ops.py, which also works. Basically, the functions get loaded but the env var will be unset: