awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/gemma_pytorch

0
View on GitHub↗
5,697 estrellas·598 forks·Python·Apache-2.0·12 vistasai.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.

Historial de estrellas

Gráfico del historial de estrellas de google/gemma_pytorchGráfico del historial de estrellas de google/gemma_pytorch

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Gemma Pytorch

Proyectos open-source similares, clasificados según cuántas características comparten con Gemma Pytorch.
  • mistralai/mistral-inferenceAvatar de mistralai

    mistralai/mistral-inference

    10,819Ver en 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
    Ver en GitHub↗10,819
  • cstankonrad/long_llamaAvatar de CStanKonrad

    CStanKonrad/long_llama

    1,465Ver en 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
    Ver en GitHub↗1,465
  • meta-llama/llama-recipesAvatar de meta-llama

    meta-llama/llama-recipes

    18,379Ver en 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
    Ver en GitHub↗18,379
  • zai-org/glm-4Avatar de zai-org

    zai-org/GLM-4

    7,058Ver en 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
    Ver en GitHub↗7,058
Ver las 30 alternativas a Gemma Pytorch→

Preguntas frecuentes

¿Qué hace google/gemma_pytorch?

The official PyTorch implementation of Google's Gemma models

¿Cuáles son las características principales de google/gemma_pytorch?

Las características principales de google/gemma_pytorch son: Long-Context Models, Long Context Processing, Text-Only Inference Engines, Multimodal Model Runners, Pretrained Model Loading, PyTorch Implementations, LLM Inference Engines, Pretrained Checkpoint Loaders.

¿Qué alternativas de código abierto existen para google/gemma_pytorch?

Las alternativas de código abierto para google/gemma_pytorch incluyen: 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…