Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions llm-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,8 @@
- [aisuite](https://github.com/andrewyng/aisuite) thin wrapper around python client libraries to seamlessly swap out different LLM providers without changing their code
- [SCUDA](https://github.KeVmo314/Scuda) enables GPU-over-IP connectivity, allowing remote GPUs to be utilized by CPU-only machines for accelerated computing tasks such as model training and inference.
- [BitNet](https://github.com/microsoft/BitNet) bitnet.cpp is the official inference framework based on llama.cpp to run 1-Bit LLMs for fast and lossless inference of 1.58-bit models on CPU, NPU and GPU
- [Paralleliq](https://paralleliq.ai) model-aware GPU fleet optimization layer for AI inference clusters. Detects tier misplacement, idle capacity, KV cache pressure, and throughput suppression with human-approval workflows and audit trails.
- [piqc](https://github.com/paralleliq/piqc) open-source, read-only GPU waste scanner for Kubernetes inference clusters. Deploys in minutes, no write permissions required.

### Optimization

Expand Down