Third-party Licenses
Purpose
List third-party dependencies used by this repository and their license types.
Components
| Component | License | Upstream |
|---|---|---|
| qwen35-toolkit | Apache-2.0 | https://github.com/techwithsergiu/qwen35-toolkit |
| Unsloth | Apache-2.0 | https://github.com/unslothai/unsloth |
| PyTorch | BSD-3-Clause | https://github.com/pytorch/pytorch |
| Transformers | Apache-2.0 | https://github.com/huggingface/transformers |
| Datasets | Apache-2.0 | https://github.com/huggingface/datasets |
| PEFT | Apache-2.0 | https://github.com/huggingface/peft |
| TRL | Apache-2.0 | https://github.com/huggingface/trl |
| Accelerate | Apache-2.0 | https://github.com/huggingface/accelerate |
| huggingface_hub | Apache-2.0 | https://github.com/huggingface/huggingface_hub |
| safetensors | Apache-2.0 | https://github.com/huggingface/safetensors |
| bitsandbytes | MIT | https://github.com/bitsandbytes-foundation/bitsandbytes |
| psutil | BSD-3-Clause | https://github.com/giampaolo/psutil |
| PyYAML | MIT | https://github.com/yaml/pyyaml |
Notes
- Licenses above are permissive and generally compatible with Apache-2.0 project usage.
- Always verify transitive dependency licenses in your own release/compliance workflow.