This repository was archived by the owner on Jun 4, 2025. It is now read-only.
fix: initialize is_qat_recipe in preprocess_state_dict#8
Closed
fix: initialize is_qat_recipe in preprocess_state_dict#8
Conversation
`is_qat_recipe` does not get initialized if no recipe is provided by the checkpoint
natuan
approved these changes
Aug 23, 2021
spacemanidol
approved these changes
Aug 23, 2021
markurtz
approved these changes
Aug 26, 2021
bfineran
added a commit
that referenced
this pull request
Oct 12, 2021
replacing changes done in #8 for latest refactor of sparseml integration
Author
|
closing for #18 since this codepath has been updated |
bfineran
added a commit
that referenced
this pull request
Oct 14, 2021
replacing changes done in #8 for latest refactor of sparseml integration
KSGulin
pushed a commit
that referenced
this pull request
Mar 9, 2022
replacing changes done in #8 for latest refactor of sparseml integration
bfineran
pushed a commit
that referenced
this pull request
Jun 5, 2024
* Cohere Model Release (#1) Cohere Model Release * Remove unnecessary files and code (#2) Some cleanup * Delete cohere-model directory (#3) * Make Fix (#5) * Pr fixes (#6) * fixes for pr * pr fixes for the format * pr fixes for the format * src/transformers/models/auto/tokenization_auto.py * Tokenizer test (#8) * tokenizer test * format fix * Adding Docs and other minor changes (#7) * Add modeling tests (#9) * Smol Fix (#11) * tokenization tests are fixed * format fixes * fix pr doc tests * fix pr doc tests * fix pr doc tests * fix pr style check * small changes in cohere.md * FIX: Address final comments for transformers integration (#13) * fix modeling final nits and add proper test file * for now leave empty tests * add integration test * push new test * fix modeling cohere (#14) * Update chat templates to use the new API (#15) --------- Co-authored-by: ahmetustun <ahmetustun89@gmail.com> Co-authored-by: Younes Belkada <49240599+younesbelkada@users.noreply.github.com> Co-authored-by: Matt <Rocketknight1@users.noreply.github.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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
is_qat_recipedoes not get initialized if no recipe is provided by the checkpoint