-
Notifications
You must be signed in to change notification settings - Fork 267
Optimization of TP4 Parallelism in DeepSeek MLP Dense Layers #1738
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
Open
zhanghw0354
wants to merge
33
commits into
vllm-project:main
Choose a base branch
from
zhanghw0354:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+685
−8
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
518572d
update to vllm-ascend main branch
zhanghw0354 0fdd699
[Test]Add unit test for platform.py
zhanghw0354 3b3a41b
[Doc] Add guidance on how to implement and register new models (#1426)
shen-shanshan 932fe28
delete dirs and files not exist in vllm-ascend main branch
zhanghw0354 3482fff
[CI] Pin transformers<4.53.0 and fix EPLB load_weights to make CI pas…
MengqingCao 5119b6e
[Doc] Add Qwen2.5-VL eager mode doc (#1394)
shen-shanshan e5271a3
[PromptLogprobs][V1] Support prompt logprobs to fix ceval accuracy in…
MengqingCao ecf3a36
[CI/Build] Fix version conflict on transformers (#1490)
MengqingCao 8955ac2
[BugFix]Fix bugs when initializing communication groups with dp on 30…
Angazenn 0c0e3e0
[PERF]support H2P communication optimization for PanguProMoe (#1463)
Angazenn 6e355ac
[PERF]support MERRouter (#1421)
Angazenn cfbee30
support pangumoe w8a8c8 and docs (#1477)
GDzhu01 9c84c1f
Merge branch 'vllm-project:main' into main
zhanghw0354 8961621
fix codespell check problem with assertIn function
zhanghw0354 4c1ac3a
Merge branch 'main' of https://github.com/zhanghw0354/vllm-ascend
zhanghw0354 abf62dc
fix problem in the github pipeline step analysing the code with ruff
zhanghw0354 4322edc
Merge branch 'main' of https://github.com/zhanghw0354/vllm-ascend
zhanghw0354 9dbeb8f
fix isort problems
zhanghw0354 fcf6c3d
fix yapf problems
zhanghw0354 1fdba8d
Merge branch 'vllm-project:main' into main
zhanghw0354 da00921
Update the parent class of TestNPUPlatform to TestBase
zhanghw0354 d248032
Merge branch 'main' of https://github.com/zhanghw0354/vllm-ascend
zhanghw0354 c234ec2
fix isort check problem
zhanghw0354 6bc0dc1
Merge branch 'vllm-project:main' into main
zhanghw0354 4483fce
fix mypy check problem
zhanghw0354 a0445ab
Merge branch 'main' of https://github.com/zhanghw0354/vllm-ascend
zhanghw0354 6277056
test deepseek v2 mlp layer tp4
zhanghw0354 0bb5803
fix import set_weight_attrs problem
zhanghw0354 9d9da60
fix mlp_tensor_parallel_size problem
zhanghw0354 2d8e881
add rank log
zhanghw0354 2fc2129
update rank log
zhanghw0354 1b54054
sync test_platform.py from vllm-ascend main branch
zhanghw0354 5712554
sync changes from vllm-ascend main branch and fix conflict codes
zhanghw0354 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
Oops, something went wrong.
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.
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.
Can this optimization be used when TP=8?