-
Notifications
You must be signed in to change notification settings - Fork 212
[OpenVINO] support ai-sage/GigaChat3-10B-A1.8B-bf16 #1626
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
Mohamed-Ashraf273
wants to merge
32
commits into
huggingface:main
Choose a base branch
from
Mohamed-Ashraf273:support_gigachat3
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.
+141
−6
Open
Changes from 17 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
f88c6a8
add support gigachat3
Mohamed-Ashraf273 c26ffe8
support gigacgat3
Mohamed-Ashraf273 751cd02
add tests & create tiny model
Mohamed-Ashraf273 0d16b4f
add tests and fix issues
Mohamed-Ashraf273 f2a1e53
fix version skip test
Mohamed-Ashraf273 aac19fb
add docs & modify patcher
Mohamed-Ashraf273 5c134eb
modify patcher
Mohamed-Ashraf273 f231bca
modify patcher
Mohamed-Ashraf273 8f18ff5
fix issues
Mohamed-Ashraf273 5049ce3
update test
Mohamed-Ashraf273 722dc53
update tests
Mohamed-Ashraf273 28a6330
fix test issue
Mohamed-Ashraf273 07efafd
fix test issue
Mohamed-Ashraf273 c52c62a
fix tests
Mohamed-Ashraf273 a63a52d
fix conflict
Mohamed-Ashraf273 f8bdfe5
fix conflict
Mohamed-Ashraf273 8228058
Merge branch 'main' into support_gigachat3
Mohamed-Ashraf273 5b32d32
revert conevrt.py changes
Mohamed-Ashraf273 04b4d9f
revert conevrt.py changes
Mohamed-Ashraf273 c0ba5d0
revert conevrt.py changes
Mohamed-Ashraf273 63a956d
revert conevrt.py changes
Mohamed-Ashraf273 acd8148
revert conevrt.py changes
Mohamed-Ashraf273 dbc1432
update deepseek's patcher
Mohamed-Ashraf273 47d2910
modify patcher
Mohamed-Ashraf273 eb601d9
update patcher
Mohamed-Ashraf273 fe1b84a
removed unnecessary check
Mohamed-Ashraf273 e86e7d9
fix pacther
Mohamed-Ashraf273 cbc2005
fix version
Mohamed-Ashraf273 199da92
fix version
Mohamed-Ashraf273 1dee64c
revert refactoring
Mohamed-Ashraf273 225aed3
update doc
Mohamed-Ashraf273 4174478
modify based on review
Mohamed-Ashraf273 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
Some comments aren't visible on the classic Files Changed page.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 we avoid this change? This modifies the common code for all models, which is undesirable.
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.
Thanks for your feedback!
I reverted the changes and set
gen_config.do_sample = Falsespecifically fordeepseekintest_decoder.py.Could you please take another look and let me know if anything else should be adjusted?
Thanks!