Overview of the experimental JAX inference framework
mainThe experimental JAX inference framework is designed for prototyping new LLM inference ideas. It focuses on high throughput and memory optimization using JAX.
Key performance features include:
- Paged Attention
- Chunked Prefill and Piggybacking Decode
- Collective Matmul
Key framework features include:
- Pythonic model builder
- JAX manual sharding
- Interface for different hardware supports
- On-the-fly Hugging Face (HF) model conversion and deployment