If you discover a security vulnerability in tqai, please report it responsibly:
- Do NOT open a public GitHub issue
- Use GitHub's private vulnerability reporting
- Or email github@alphawavesystems.com
We will acknowledge receipt within 48 hours and provide a timeline for a fix.
tqai is a quantization library that processes model weights and KV cache tensors locally. Key security considerations:
- Model loading: tqai loads models via HuggingFace or mlx-lm. Ensure you trust the model source.
- Serialized data:
tqai convertsaves.npzfiles. Only load converted configs from trusted sources. - No network access: tqai itself does not make network requests (model downloading is handled by upstream libraries).
| Version | Supported |
|---|---|
| 0.1.x | Yes |