Remove unused parts in Megatron-LM code and add copyright notice#110
Merged
zhuohan123 merged 1 commit intomainfrom May 20, 2023
Merged
Remove unused parts in Megatron-LM code and add copyright notice#110zhuohan123 merged 1 commit intomainfrom
zhuohan123 merged 1 commit intomainfrom
Conversation
hongxiayang
pushed a commit
to hongxiayang/vllm
that referenced
this pull request
Feb 13, 2024
dtrifiro
added a commit
to dtrifiro/vllm
that referenced
this pull request
Jul 30, 2024
…with-main Sync release with main for RHOAI 2.12
mht-sharma
pushed a commit
to mht-sharma/vllm
that referenced
this pull request
Aug 1, 2024
* Putting server and LLM on different processes * result queues cleanup * Syncing server start with LLM init * Renamed model to protocol to match the original endpoint * Formatting * Removing tuning parameters that are no longer used * process spawn method from env * Cleanup and refactor * Where did this come from? * mypy much * One unhappy linter in the CI, one unhappy linter. Refactor it down, format it around, 3 unhappy linters in the CI
jikunshang
pushed a commit
to jikunshang/vllm
that referenced
this pull request
Aug 15, 2024
Co-authored-by: Krzysztof Laskowski <klaskowski@habana.ai>
Bounty-hunter
pushed a commit
to Bounty-hunter/vllm
that referenced
this pull request
Nov 4, 2025
* # This is a combination of 6 commits. # This is the 1st commit message: mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> # This is the commit message vllm-project#2: mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> # This is the commit message vllm-project#3: mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> # This is the commit message vllm-project#4: mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> # This is the commit message vllm-project#5: mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> # This is the commit message vllm-project#6: mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> * mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> * mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> mooncake store connector Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> fix comments * Update vllm/distributed/ec_transfer/utils/tensor_memory_pool.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update vllm/distributed/ec_transfer/ec_lookup_buffer/mooncake_store.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update vllm/distributed/ec_transfer/ec_connector/mooncake_storage_connector.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @wuhang2014 line length format * Apply suggestion from @wuhang2014 remove extra empty line --------- Signed-off-by: CHEN <116010019@link.cuhk.edu.cn> Co-authored-by: wuhang <whlbx@hotmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
iwooook
pushed a commit
to moreh-dev/vllm
that referenced
this pull request
Nov 29, 2025
…support BH-QB-Llama70B (vllm-project#110) Signed-off-by: Salar <skhorasgani@tenstorrent.com>
tjtanaa
pushed a commit
to tjtanaa/vllm
that referenced
this pull request
Jan 29, 2026
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix #77