# Acknowledgements TokenSpeed builds on a broad open source ecosystem. We are grateful to the projects and contributors whose work is acknowledged in our package-level third-party notices. ## tokenspeed The `tokenspeed` Python package acknowledges and thanks: - `NVIDIA/TensorRT-LLM` - `meituan-longcat/SGLang-FluentLLM` - `vllm-project/vllm` - `ModelTC/lightllm` - `sgl-project/sglang` ## tokenspeed-kernel The `tokenspeed-kernel` package acknowledges and thanks: - `NVIDIA/TensorRT-LLM` - `triton-lang/triton` - `deepseek-ai/DeepEP` - `deepseek-ai/DeepGEMM` - `Dao-AILab/flash-attention` - `deepseek-ai/FlashMLA` - `Dao-AILab/fast-hadamard-transform` - `sgl-kernel` - `flashinfer-ai/flashinfer` ## tokenspeed-mla The `tokenspeed-mla` package acknowledges and thanks: - `NVIDIA/cutlass` - `flashinfer-ai/flashinfer` ## License Notices We follow open source license requirements by keeping package-level `THIRDPARTYNOTICES` files with the relevant third-party notices and license texts. For Python packages built with setuptools, these files are included in the package metadata with: ```toml [tool.setuptools] license-files = ["LICENSE", "THIRDPARTYNOTICES"] ```