danielhanchen commited on
Commit
c21c599
·
verified ·
1 Parent(s): 0b12f4f

Correct the licence documentation

Browse files
Files changed (1) hide show
  1. NOTICE +13 -6
NOTICE CHANGED
@@ -6,10 +6,17 @@ Unsloth has not modified the weights: every file here is byte for byte the file
6
 
7
  The weights derive from Wan2.2-TI2V-5B (https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B),
8
  Copyright 2024-2025 The Alibaba Wan Team Authors, licensed under the Apache License,
9
- Version 2.0. The full licence text is in LICENSE.
 
 
 
10
 
11
- Changes relative to Wan-AI/Wan2.2-TI2V-5B (Apache-2.0 section 4(b)): the transformer has
12
- been quantised to GGUF at 14 precisions (Q2_K through Q8_0), which changes the numerics,
13
- and the VAE is shipped as one standalone safetensors file. Those changes are QuantStack's
14
- work, not Unsloth's. Not an official Alibaba Wan Team or QuantStack product, and not
15
- endorsed by either.
 
 
 
 
 
6
 
7
  The weights derive from Wan2.2-TI2V-5B (https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B),
8
  Copyright 2024-2025 The Alibaba Wan Team Authors, licensed under the Apache License,
9
+ Version 2.0. LICENSE is the text the Wan team ships at
10
+ https://github.com/Wan-Video/Wan2.2/blob/main/LICENSE.txt, verbatim, appendix placeholder
11
+ included. Upstream ships no NOTICE file, so there is nothing further to propagate under
12
+ Apache-2.0 section 4(d).
13
 
14
+ Changes relative to Wan-AI/Wan2.2-TI2V-5B (Apache-2.0 section 4(b)), all of them
15
+ QuantStack's work and none of them Unsloth's:
16
+
17
+ * the diffusion transformer was quantised to GGUF at 13 precisions (Q2_K, Q3_K_S, Q3_K_M,
18
+ Q4_0, Q4_1, Q4_K_S, Q4_K_M, Q5_0, Q5_1, Q5_K_S, Q5_K_M, Q6_K, Q8_0), which changes the
19
+ numerics;
20
+ * the VAE was converted from the original Wan2.2_VAE.pth to Wan2.2_VAE.safetensors.
21
+
22
+ Not an official Alibaba Wan Team or QuantStack product, and not endorsed by either.