forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 131
Update Force Channel FP8 Check #1562
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
Closed
Conversation
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
Signed-off-by: Chen Zhang <zhangch99@outlook.com>
…hen Thinking is enabled (vllm-project#19075) Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
Signed-off-by: nicklucche <nlucches@redhat.com> Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com>
…for models with sliding window layers (vllm-project#19029) Signed-off-by: Chen Zhang <zhangch99@outlook.com>
Signed-off-by: Russell Bryant <rbryant@redhat.com> Co-authored-by: Mark McLoughlin <markmc@redhat.com> Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Signed-off-by: Lukas Geiger <lukas.geiger94@gmail.com>
…t#19059) Signed-off-by: calvin chen <120380290@qq.com>
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
Signed-off-by: 汪志鹏 <wangzhipeng628@gmail.com>
Signed-off-by: Siyuan Liu <lsiyuan@google.com>
…m-project#19113) Signed-off-by: Seiji Eicher <seiji@anyscale.com>
…9089) Signed-off-by: Isotr0py <2037008807@qq.com>
…project#18678) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: 许文卿 <xwq391974@alibaba-inc.com>
Deepseek in our definition has two places where kv_b_proj is defined: in `self_attn.kv_b_proj` and `self_attn.impl.kv_b_proj` . First one isn't used, but at the model initialization is present, which makes inc try to quantize it. Because at the measurement it wasn't used, there are no measurements for this specific object and it causes it to crash. --------- Signed-off-by: kwisniewski98 <kwisniewski@habana.ai>
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
…ect#19102) Signed-off-by: Jon Swenson <jmswen@gmail.com>
Signed-off-by: Tyler Michael Smith <tysmith@redhat.com>
Signed-off-by: mgoin <mgoin64@gmail.com>
…19108) Signed-off-by: Siyuan Liu <lsiyuan@google.com>
Signed-off-by: Varun <vsundarr@redhat.com> Co-authored-by: Varun <vsundarr@redhat.com>
Twin PR: HabanaAI/vllm-hpu-extension#223 --------- Signed-off-by: Agata Dobrzyniewicz <adobrzyniewicz@habana.ai> Signed-off-by: root <root@adobrzyniewicz-t28p-g3-mpijob-worker-0.adobrzyniewicz-t28p-g3-mpijob-worker.framework.svc.cluster.local> Signed-off-by: root <root@adobrzyniewicz-6hqu-g2-mpijob-worker-0.adobrzyniewicz-6hqu-g2-mpijob-worker.framework.svc.cluster.local> Signed-off-by: root <root@adobrzyniewicz-fbbo-g2-mpijob-worker-0.adobrzyniewicz-fbbo-g2-mpijob-worker.framework.svc.cluster.local> Co-authored-by: root <root@adobrzyniewicz-t28p-g3-mpijob-worker-0.adobrzyniewicz-t28p-g3-mpijob-worker.framework.svc.cluster.local> Co-authored-by: root <root@adobrzyniewicz-6hqu-g2-mpijob-worker-0.adobrzyniewicz-6hqu-g2-mpijob-worker.framework.svc.cluster.local> Co-authored-by: root <root@adobrzyniewicz-fbbo-g2-mpijob-worker-0.adobrzyniewicz-fbbo-g2-mpijob-worker.framework.svc.cluster.local>
Signed-off-by: kwisniewski98 <kwisniewski@habana.ai>
Cherry pick of the docker vllm: update readme from habana_main Signed-off-by: Tomasz Thaddey <tthaddey@habana.ai> Signed-off-by: Artur Fierka <artur.fierka@intel.com> Co-authored-by: Tomasz Thaddey <76682475+tthaddey@users.noreply.github.com>
Signed-off-by: yiliu30 <yi4.liu@intel.com>
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.
Porting #1561