Files
llama-swap/examples/README.md
Benson Wong 2fceb78e8d Add examples
2024-11-28 22:05:41 -08:00

10 lines
428 B
Markdown

# Example Configurations
Learning by example is best.
Here in the `examples/` folder are llama-swap configurations that can be used on your local LLM server.
## List
* [Speculative Decoding](speculative-decoding/README.md) - using a small draft model can increase inference speeds from 20% to 40%. This example includes a configurations Qwen2.5-Coder-32B (2.5x increase) and Llama-3.1-70B (1.4x increase) in the best cases.