awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesCallback-Based Generators

Producing output tokens one at a time and calling a user-defined callback for each token, enabling custom streaming or early termination.

Distinct from Text Tokenizers: Distinct from Text Tokenizers: focuses on generating tokens from a prompt with per-token callbacks, not on segmenting text into tokens.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Callback-Based Generators. Refine with filters or upvote what's useful.

Awesome Callback-Based Generators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • google/gemma.cppAvatar von google

    google/gemma.cpp

    6,735Auf GitHub ansehen↗

    gemma.cpp is a C++ inference engine for Gemma, PaliGemma, and Griffin language models, designed to run directly on-device without Python dependencies. It provides a self-contained runtime that loads quantized model weights and performs text generation on CPU or GPU, along with a model checkpoint converter that transforms PyTorch or Keras checkpoints into a compact binary format for fast loading. The engine supports multiple model architectures, including the Griffin recurrent architecture with gated linear recurrent layers and sliding-window attention for efficient long-sequence handling, as

    Accept a tokenized prompt and produce output tokens one at a time, calling a user-defined callback for each token.

    C++
    Auf GitHub ansehen↗6,735
  1. Home
  2. Artificial Intelligence & ML
  3. Text Tokenizers
  4. Callback-Based Generators