-
Notifications
You must be signed in to change notification settings - Fork 197
Implement Missing Modifier Methods #166
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
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
👋 Hi! Thank you for contributing to llm-compressor. Please add the ready label when the PR is ready for review. |
Closed
kylesayrs
commented
Sep 11, 2024
Confirmed no new test failures |
horheynm
reviewed
Sep 25, 2024
horheynm
reviewed
Sep 25, 2024
horheynm
reviewed
Sep 25, 2024
horheynm
approved these changes
Sep 26, 2024
dsikka
reviewed
Sep 27, 2024
dsikka
approved these changes
Sep 30, 2024
markmc
pushed a commit
to markmc/llm-compressor
that referenced
this pull request
Nov 13, 2024
* Update folder structure Move tests Remove unused import * Apply suggestions from code review Typos caught by @mgoin Co-authored-by: Michael Goin <[email protected]> --------- Co-authored-by: Michael Goin <[email protected]>
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.
Purpose
OutputDistillationModifier
which previously did not implement critical functions likeon_initialize_structure
(seereload_stories_distill.py
test script)Traceback
Changes
on_finalize
,on_start
,on_update
,on_end
, andon_event
methodson_initialize
on_initialize_structure
Testing
grep -P 'class\s+\w+\s*\(.*\bModifier\b.*\)' -r src/
(thank you chatgpt)reload_stories_distill.py