Third-party Licenses
Purpose
List third-party dependencies used by this repository and their license types.
Components
| Component | License | Upstream |
|---|---|---|
| PyTorch | BSD-3-Clause | https://github.com/pytorch/pytorch |
| Transformers | Apache-2.0 | https://github.com/huggingface/transformers |
| huggingface_hub | Apache-2.0 | https://github.com/huggingface/huggingface_hub |
| Accelerate | Apache-2.0 | https://github.com/huggingface/accelerate |
| safetensors | Apache-2.0 | https://github.com/huggingface/safetensors |
| bitsandbytes | MIT | https://github.com/bitsandbytes-foundation/bitsandbytes |
| Pillow | MIT-CMU | https://github.com/python-pillow/Pillow |
| NumPy | BSD-3-Clause | https://github.com/numpy/numpy |
| Mermaid CLI | MIT | https://github.com/mermaid-js/mermaid-cli |
| llama.cpp | MIT | https://github.com/ggml-org/llama.cpp |
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.