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.
  • ragrag
    Define APIs for RAG operations.
  • searchsearch
    Define APIs for web search operations.
  • Define utility functions.

Structs§

  • Version info of the wasi-nn_ggml plugin, including the build number and the commit id.

Enums§

Constants§

Functions§