Support Wan2.2 S2V Quantization#1924
Conversation
for more information, see https://pre-commit.ci
|
/azp run Unit-Test-CUDA-AutoRound |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: changwangss <chang1.wang@intel.com>
Signed-off-by: changwangss <chang1.wang@intel.com>
for more information, see https://pre-commit.ci
|
/azp run Unit-Test-CUDA-AutoRound |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
LGTM |
yiliu30
left a comment
There was a problem hiding this comment.
Agree with heng's comments; others lgtm.
Signed-off-by: changwangss <chang1.wang@intel.com>
Signed-off-by: changwangss <chang1.wang@intel.com>
|
CI update: Unit-Test-AutoRound parts 3/4/5 failed during Env Setup (tests did not start). part3: exited with code 137 (likely runner resource/OOM kill) |
|
/azp run Unit-Test-AutoRound |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run Unit-Test-CUDA-AutoRound |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run Unit-Test-CUDA-AutoRound |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run Unit-Test-CUDA-AutoRound |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| tokenizer.save_pretrained(output_dir) | ||
| else: | ||
| print(f"Skip tokenizer save, tokenizer={tokenizer}") |
There was a problem hiding this comment.
for wan s2v, there is no tokenizer, https://huggingface.co/Wan-AI/Wan2.2-S2V-14B. general, if the tokenizer is not from transformers, it doesn't attribute the "save_pretrained".
Add a reminder to distinguish it from the standard process.
There was a problem hiding this comment.
I mean, why not use logger here
There was a problem hiding this comment.
Agreed, makes sense to use logger here. I'll update it. Thanks!
Description
Wan2.2 S2V tokenizer is not from transformers tokenizer, INC pass 'Placeholder' for tokenizer,