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
·
google avatar

google/gemma_pytorch

0
View on GitHub↗
5,697 stars·598 forks·Python·Apache-2.0·12 vuesai.google.dev/gemma↗

Gemma Pytorch

The official PyTorch implementation of Google's Gemma models

Features

  • Long-Context Models - Supports input sequences up to 256K tokens, enabling reasoning over large documents or conversations.
  • Long Context Processing - Supports input sequences up to 256K tokens for reasoning over large documents or conversations.
  • Text-Only Inference Engines - Loads and executes a decoder-only language model on CPU, GPU, or TPU for generating text completions.
  • Multimodal Model Runners - Ships a PyTorch implementation that loads and runs Gemma models for multimodal text-and-image inference.
  • Pretrained Model Loading - Downloads and loads open-weight model checkpoints from Kaggle or Hugging Face for local inference.
  • PyTorch Implementations - Provides an official PyTorch port of Google's Gemma language models for inference and fine-tuning.
  • LLM Inference Engines - Runs Google's Gemma models for text generation using PyTorch on CPU, GPU, or TPU.
  • Pretrained Checkpoint Loaders - Downloads model weights and tokenizer files from Kaggle or Hugging Face Hub for any supported variant.
  • Open-Weight Checkpoint Loaders - Downloads and loads pretrained Gemma model weights from Kaggle or Hugging Face.
  • Decoder-Only Inference - Loads and executes a decoder-only transformer to generate text completions from a prompt on CPU, GPU, or TPU.
  • Model Fine-Tuning - Customizes pre-trained Gemma models on specific datasets to improve task performance.
  • Multimodal Input Processors - Accepts text, audio, and image data as input to a single model for combined understanding and generation.
  • AI Safety Guardrails - Includes a safety evaluation module that checks model inputs and outputs against defined safety policies.
  • Function Calling Interfaces - Generates structured function-call arguments from natural language prompts for agentic workflows.
  • Content Safety Classifiers - Implements a safety classifier that evaluates text against policy-defined categories to detect violations.
  • Text Embedding Generators - Produces dense vector representations of text for search, clustering, or similarity tasks.
  • Text Embeddings - Produces numerical vector representations of text for use in retrieval, similarity search, and classification.
  • Model Safety Filters - Evaluates model inputs and outputs against predefined safety policies to detect violations.
  • Large Language Models (LLMs) - Listed in the “Large Language Models (LLMs)” section of the The Incredible Pytorch awesome list.

Historique des stars

Graphique de l'historique des stars pour google/gemma_pytorchGraphique de l'historique des stars pour google/gemma_pytorch

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Gemma Pytorch

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Gemma Pytorch.
  • mistralai/mistral-inferenceAvatar de mistralai

    mistralai/mistral-inference

    10,819Voir sur GitHub↗

    Mistral Inference is a library for running Mistral large language models on a GPU, generating text from prompts with token streaming. It loads pretrained model weights from local disk or a remote registry into GPU memory, then produces output tokens one by one for real-time display in interactive applications. The library supports multimodal prompts that accept image URLs alongside text, enabling visual description and reasoning. It includes content safety guardrails that scan generated text against predefined policies to block or flag policy violations. For structured interactions, it provid

    Jupyter Notebookllmllm-inferencemistralai
    Voir sur GitHub↗10,819
  • cstankonrad/long_llamaAvatar de CStanKonrad

    CStanKonrad/long_llama

    1,465Voir sur GitHub↗

    Long Llama is a transformer-based language model and fine-tuning framework designed to process and maintain logical coherence across input sequences that significantly exceed standard length limits. By utilizing a focused transformer architecture, the project enables models to handle massive documents or entire books by training attention layers to track distant tokens. The framework distinguishes itself through specialized attention mechanisms that allow for the processing of hundreds of thousands of tokens. It incorporates memory-efficient inference techniques, such as key-value caching and

    Python
    Voir sur GitHub↗1,465
  • meta-llama/llama-recipesAvatar de meta-llama

    meta-llama/llama-recipes

    18,379Voir sur GitHub↗

    This project is a collection of reference implementations and recipes for deploying, fine-tuning, and running inference with Llama large language models. It serves as a toolkit and implementation guide for adapting pre-trained models to specific tasks and domain-specific datasets. The repository provides frameworks for developing retrieval augmented generation pipelines to ground model responses in external data. It includes guides for executing quantized inference to reduce memory usage and increase processing speed. The toolkit covers a broad range of capabilities including parameter-effic

    Jupyter Notebook
    Voir sur GitHub↗18,379
  • zai-org/glm-4Avatar de zai-org

    zai-org/GLM-4

    7,058Voir sur GitHub↗

    GLM-4 is a large language model and fine-tuning framework designed for human-like text production, complex reasoning, and multilingual conversation. It functions as a multimodal system capable of processing high-resolution visual content and as a long-context model designed to analyze documents with a context window of up to one million tokens. The project differentiates itself through a function calling interface that enables AI agent development by connecting the model to external APIs and real-time web browsing. It includes specialized capabilities for generating functional programming cod

    Pythonchatglmchatglm-6bglm
    Voir sur GitHub↗7,058
Voir les 30 alternatives à Gemma Pytorch→

Questions fréquentes

Que fait google/gemma_pytorch ?

The official PyTorch implementation of Google's Gemma models

Quelles sont les fonctionnalités principales de google/gemma_pytorch ?

Les fonctionnalités principales de google/gemma_pytorch sont : Long-Context Models, Long Context Processing, Text-Only Inference Engines, Multimodal Model Runners, Pretrained Model Loading, PyTorch Implementations, LLM Inference Engines, Pretrained Checkpoint Loaders.

Quelles sont les alternatives open-source à google/gemma_pytorch ?

Les alternatives open-source à google/gemma_pytorch incluent : mistralai/mistral-inference — Mistral Inference is a library for running Mistral large language models on a GPU, generating text from prompts with… cstankonrad/long_llama — Long Llama is a transformer-based language model and fine-tuning framework designed to process and maintain logical… zai-org/glm-4 — GLM-4 is a large language model and fine-tuning framework designed for human-like text production, complex reasoning,… meta-llama/llama-recipes — This project is a collection of reference implementations and recipes for deploying, fine-tuning, and running… ymcui/chinese-llama-alpaca-2 — This project provides a Chinese large language model based on the LLaMA architecture. It is an instruction-tuned model… modeltc/lightllm — LightLLM is a high-performance serving framework for deploying and executing large language models. It functions as a…