Crate llama_core

source
Expand description

Llama Core, abbreviated as llama-core, defines a set of APIs. Developers can utilize these APIs to build applications based on large models, such as chatbots, RAG, and more.

Re-exports§

Modules§

  • Define APIs for audio generation, transcription, and translation.
  • Define APIs for chat completion.
  • Define APIs for completions.
  • Define APIs for computing embeddings.
  • Error types for the Llama Core library.
  • Define Graph and GraphBuilder APIs for creating a new computation graph.
  • Define APIs for image generation and edit.
  • Define APIs for querying models.
  • Define APIs for RAG operations.
  • Define utility functions.

Structs§

Enums§

Functions§