awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesCMake FetchContent Integration

Build configuration enabling external CMake projects to fetch and link the inference engine as a shared library dependency.

Distinct from Shared Library Development: Distinct from Shared Library Development: focuses on CMake FetchContent integration for consuming the library, not general shared library creation.

Explore 1 awesome GitHub repository matching operating systems & systems programming · CMake FetchContent Integration. Refine with filters or upvote what's useful.

Awesome CMake FetchContent Integration GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • google/gemma.cppAvatar de google

    google/gemma.cpp

    6,735Voir sur GitHub↗

    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

    Compiles the inference engine into a standalone shared library for linking into external CMake projects via FetchContent.

    C++
    Voir sur GitHub↗6,735
  1. Home
  2. Operating Systems & Systems Programming
  3. Systems Programming
  4. Shared Library Development
  5. CMake FetchContent Integration