awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/gemma_pytorch

0
View on GitHub↗
ai.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.

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
  • 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.
  • 5,697 星标·598 分支·Python·Apache-2.0·17 次浏览

    Star 历史

    google/gemma_pytorch 的 Star 历史图表google/gemma_pytorch 的 Star 历史图表

    常见问题解答

    google/gemma_pytorch 是做什么的?

    The official PyTorch implementation of Google's Gemma models

    google/gemma_pytorch 的主要功能有哪些?

    google/gemma_pytorch 的主要功能包括:Long-Context Models, Long Context Processing, Text-Only Inference Engines, Multimodal Model Runners, Pretrained Model Loading, PyTorch Implementations, LLM Inference Engines, Pretrained Checkpoint Loaders。

    google/gemma_pytorch 有哪些开源替代品?

    google/gemma_pytorch 的开源替代品包括: 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…

    Gemma Pytorch 的开源替代方案

    相似的开源项目,按与 Gemma Pytorch 的功能重合度排序。
    • mistralai/mistral-inferencemistralai 的头像

      mistralai/mistral-inference

      10,819在 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
      在 GitHub 上查看↗10,819
    • cstankonrad/long_llamaCStanKonrad 的头像

      CStanKonrad/long_llama

      1,465在 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
      在 GitHub 上查看↗1,465
    • meta-llama/llama-recipesmeta-llama 的头像

      meta-llama/llama-recipes

      18,379在 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
      在 GitHub 上查看↗18,379
    • zai-org/glm-4zai-org 的头像

      zai-org/GLM-4

      7,058在 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
      在 GitHub 上查看↗7,058
    查看 Gemma Pytorch 的所有 30 个替代方案→