-
Notifications
You must be signed in to change notification settings - Fork 61
New PR for GPTOSS decode-only model #603
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
Merged
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
9bb1b42
[QEff]: Add gpt_oss
vbaddi 6b80727
nit: update transforms
vbaddi 753f110
nit: add header to __init__
vbaddi ecfdb0e
nit: update modeling and make transform uniform
vbaddi 9e6694c
apirunner change
ochougul 5e53a4f
added test along with simplified Hybridcache
ochougul bf19b34
added test assert
ochougul 60fe876
nit: update test gpt file
vbaddi befa1dc
MOE optimized
ochougul afd71d2
nit: update modeling with new decode moe forward
vbaddi 5e20fe0
simplified slidingwindow KV gather and attention is permutation invar…
ochougul 697630e
nit: seperate gate, up projections for MoE
vbaddi ca5939c
added MXFP4 quantizer support to directly load GPT-OSS models via QEF…
ochougul e409c02
nit: add license details to mxfp4 quantizer
e1d2243
nit: remove test file and add sample test in config
f05d242
nit: remove streamer from .generate() api in example file
vbaddi 9623ab5
nit: device_ids typo in example script
vbaddi 5e9143f
nit: fix model_name in tests
vbaddi 265e314
Enable CB for GptOssModel
mamtsing 7a835a1
Update pytorch_transforms.py
quic-mamta 98945b5
Update test_causal_lm_models.py
quic-mamta b1ed627
Fix tests
mamtsing 222c9e0
Address review comments
mamtsing 4eced75
Fix tests
mamtsing 77d9a46
Merge branch 'main' into 1103_gpt
quic-mamta 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # ----------------------------------------------------------------------------- | ||
| # | ||
| # Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. | ||
| # SPDX-License-Identifier: BSD-3-Clause | ||
| # | ||
| # ---------------------------------------------------------------------------- |
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.
Uh oh!
There was an error while loading. Please reload this page.