Correct the licence documentation
Browse files
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.
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
Changes relative to Wan-AI/Wan2.2-TI2V-5B (Apache-2.0 section 4(b))
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|