lpalbou commited on
Commit
3dd7f5d
·
verified ·
1 Parent(s): 0627bf7

Fix Wan TI2V q8 precision wording

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -31,11 +31,11 @@ This quantized derivative follows the Apache 2.0 license of the source model.
31
 
32
  ## Quantization
33
 
34
- This is an MLX q8 checkpoint for Wan2.2 TI2V. MLX-Gen uses 8-bit quantization for Wan modules where MLX supports quantization:
35
 
36
- - q8 for quantizable Wan transformer modules.
37
- - q8 for quantizable Wan VAE modules.
38
- - BF16 for the UMT5 text encoder, scheduler metadata, tokenizer files, norms, and other non-quantizable parameters.
39
 
40
  Wan q4 quality and any possible mixed q4/q8 policy are still under validation. Prefer q8 for publishable Wan checkpoints until the q4 policy is documented.
41
 
 
31
 
32
  ## Quantization
33
 
34
+ This is an MLX q8 checkpoint for Wan2.2 TI2V-5B. MLX-Gen uses 8-bit quantization for Wan modules where MLX supports quantization:
35
 
36
+ - q8 for quantizable Wan transformer attention and feed-forward modules.
37
+ - BF16 for the Wan VAE.
38
+ - BF16 for Wan transformer conditioning/output projection linears, the UMT5 text encoder, scheduler metadata, tokenizer files, norms, convolutions, and other non-quantizable parameters.
39
 
40
  Wan q4 quality and any possible mixed q4/q8 policy are still under validation. Prefer q8 for publishable Wan checkpoints until the q4 policy is documented.
41