awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·26 viewsai.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.

Star history

Star history chart for google/gemma_pytorchStar history chart for google/gemma_pytorch

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Gemma Pytorch

Similar open-source projects, ranked by how many features they share with Gemma Pytorch.
  • mistralai/mistral-inferencemistralai avatar

    mistralai/mistral-inference

    10,819View on 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
    View on GitHub↗10,819
  • cstankonrad/long_llamaCStanKonrad avatar

    CStanKonrad/long_llama

    1,465View on 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
    View on GitHub↗1,465
  • meta-llama/llama-recipesmeta-llama avatar

    meta-llama/llama-recipes

    18,379View on 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
    View on GitHub↗18,379
  • zai-org/glm-4zai-org avatar

    zai-org/GLM-4

    7,058View on 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
    View on GitHub↗7,058
See all 30 alternatives to Gemma Pytorch→

Frequently asked questions

What does google/gemma_pytorch do?

The official PyTorch implementation of Google's Gemma models

What are the main features of google/gemma_pytorch?

The main features of google/gemma_pytorch are: Long-Context Models, Long Context Processing, Text-Only Inference Engines, Multimodal Model Runners, Pretrained Model Loading, PyTorch Implementations, LLM Inference Engines, Pretrained Checkpoint Loaders.

What are some open-source alternatives to google/gemma_pytorch?

Open-source alternatives to google/gemma_pytorch include: 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…