Expand description
Safe wrapper around llama_context.
Modules§
- kv_
cache - utilities for working with the kv cache
- params
- A safe wrapper around
llama_context_params. - perf
- Safe wrapper around
llama_perf_context_data. - session
- utilities for working with session files
Structs§
- Llama
Context - A safe wrapper around the
llama_contextC++ context.