feat: add wan2.2_t2v model and quantization config#454
Open
Charles2530 wants to merge 11 commits intoModelTC:mainfrom
Open
feat: add wan2.2_t2v model and quantization config#454Charles2530 wants to merge 11 commits intoModelTC:mainfrom
Charles2530 wants to merge 11 commits intoModelTC:mainfrom
Conversation
Add a small test script to load sharded safetensors from a Hugging Face repo/local dir and print parameter keys with shapes. Made-with: Cursor
…sformer experts Add support for skipping quantization on specified transformer blocks (block_ids: [0, 40] → block 0 of transformer and transformer_2) to improve quality of the two highest-impact blocks. Changes: - base_blockwise_quantization.py: add _get_ignored_block_ids_set and _is_ignored_block helpers; modify set_no_quant_layer to skip all linear layers when layer_names is empty; modify run to skip block_transform for ignored blocks so AWQ scales are not applied - configs/…/awq_w_a_skip_first.yaml: new config with ignored_layers block_ids [0, 40] and separate save_path Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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 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.
Add wan2.2_t2v model and quant configuration, corresponding config and script changes