awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
xai-org avatar

xai-org/grok-1

0
View on GitHub↗
51,690 نجوم·8,472 تفرعات·Python·Apache-2.0·7 مشاهدات

Grok 1

Grok-1 is an open-weights large language model implementation featuring a sparse mixture-of-experts architecture. It is designed for high-performance text generation and natural language processing by activating only a subset of specialized expert layers per token.

The model utilizes 8-bit weight quantization to reduce memory overhead and accelerate loading. To manage its high parameter count, the implementation supports activation sharding, which distributes the memory load across multiple hardware devices during execution.

The project covers large-scale model inference, including text completion generation and token sampling via nucleus sampling. It includes utilities for text sequence tokenization and the ability to initialize the model state using checkpoint-based weight loading.

Features

  • Sparse Architectures - Utilizes a sparse mixture-of-experts architecture to maintain high parameter counts while reducing computational cost.
  • Distributed Model Execution - Executes large model workloads by spreading the memory load across multiple compute devices.
  • Large Language Models - Implements a high-parameter large language model for natural language processing and text generation.
  • Sharded Device Mapping - Distributes model activations across multiple hardware devices to handle parameter sets exceeding single-device memory.
  • Mixture of Experts - Implements a neural network design utilizing mixture-of-experts for efficient scaling.
  • Mixture-of-Experts Inference Optimizers - Optimizes inference by activating only specific expert parameters per token to increase efficiency.
  • Model Inference Runtimes - Provides an execution layer for running high-parameter model architectures with hardware acceleration.
  • Weight Quantization - Implements 8-bit weight quantization to reduce memory overhead and accelerate loading of the model.
  • Quantized Model Implementations - Provides a model implementation specifically utilizing 8-bit weight quantization for reduced memory overhead.
  • Sparse Model Architectures - Employs a sparse architectural design that activates only a subset of parameters per token.
  • Text Tokenizers - Converts raw text into discrete integer IDs using a fixed vocabulary for numerical computation.
  • Generative Text Inference - Generates text outputs from a large language model using sampling parameters and prompt inputs.
  • Model Checkpoints - Imports pre-trained model weights from local directories to initialize the architecture for inference.
  • Open-Weights Models - Provides a pre-trained transformer model with publicly available weights for local deployment.
  • Pretrained Weight Initializers - Initializes the model state by importing pre-trained weight tensors from external checkpoint files.
  • General Purpose Models - Large-scale mixture-of-experts model for advanced reasoning.
  • Large Language Models - Open release of the Grok model.
  • Open Source Models - Large language model open-sourced by xAI.

سجل النجوم

مخطط تاريخ النجوم لـ xai-org/grok-1مخطط تاريخ النجوم لـ xai-org/grok-1

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Grok 1

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Grok 1.
  • facebookresearch/llamaالصورة الرمزية لـ facebookresearch

    facebookresearch/llama

    59,466عرض على GitHub↗

    Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer models. It enables the generation of natural language text completions from prompts using pretrained weights. The system features multi-GPU model parallelism, which distributes model weights and workloads across multiple graphics processors to support larger parameter counts. It also incorporates a content safety filter that uses classifiers to intercept and block unsafe inputs or outputs during the inference process. The project covers broad capabilities in distributed model

    Python
    عرض على GitHub↗59,466
  • microsoft/deepspeedالصورة الرمزية لـ microsoft

    microsoft/DeepSpeed

    42,533عرض على GitHub↗

    DeepSpeed is a distributed deep learning optimization library and framework designed for the training and inference of massive AI models. It serves as a model parallelism orchestrator and a toolkit for scaling large language models across multiple GPUs and compute nodes. The project distinguishes itself through 3D parallelism orchestration, which combines data, pipeline, and tensor parallelism. It utilizes ZeRO-based memory partitioning to eliminate redundant storage and employs CPU-offload memory management to move weights and optimizer states to system RAM. Additionally, it provides special

    Python
    عرض على GitHub↗42,533
  • eleutherai/gpt-neoxالصورة الرمزية لـ EleutherAI

    EleutherAI/gpt-neox

    7,392عرض على GitHub↗

    gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It implements the transformer architecture and provides a toolkit for training models with billions of parameters by distributing weights across compute clusters. The framework distinguishes itself through extensive support for distributed model parallelism, including pipeline and sequence parallelism, to overcome single-device memory limits. It further supports sparse model architectures using a mixture of experts system with Sinkhorn-based routing. The project covers a broad ran

    Pythondeepspeed-librarygpt-3language-model
    عرض على GitHub↗7,392
  • thudm/chatglm-6bالصورة الرمزية لـ THUDM

    THUDM/ChatGLM-6B

    41,040عرض على GitHub↗

    ChatGLM-6B is an open-source bilingual large language model designed for natural dialogue and text generation in both English and Chinese. It is structured as a dialogue model capable of tasks such as role-playing and information extraction. The project provides implementations for quantized language models, using low-precision weights to reduce GPU memory requirements for local inference. It also supports parameter-efficient fine-tuning, allowing model behavior to be optimized for specific tasks without requiring full retraining. The model includes capabilities for local execution on GPUs a

    Python
    عرض على GitHub↗41,040
عرض جميع البدائل الـ 30 لـ Grok 1→

الأسئلة الشائعة

ما هي وظيفة xai-org/grok-1؟

Grok-1 is an open-weights large language model implementation featuring a sparse mixture-of-experts architecture. It is designed for high-performance text generation and natural language processing by activating only a subset of specialized expert layers per token.

ما هي الميزات الرئيسية لـ xai-org/grok-1؟

الميزات الرئيسية لـ xai-org/grok-1 هي: Sparse Architectures, Distributed Model Execution, Large Language Models, Sharded Device Mapping, Mixture of Experts, Mixture-of-Experts Inference Optimizers, Model Inference Runtimes, Weight Quantization.

ما هي البدائل مفتوحة المصدر لـ xai-org/grok-1؟

تشمل البدائل مفتوحة المصدر لـ xai-org/grok-1: facebookresearch/llama — Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer… microsoft/deepspeed — DeepSpeed is a distributed deep learning optimization library and framework designed for the training and inference of… eleutherai/gpt-neox — gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It… thudm/chatglm-6b — ChatGLM-6B is an open-source bilingual large language model designed for natural dialogue and text generation in both… thudm/chatglm2-6b — ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in… intel/ipex-llm — Intel XPU LLM Acceleration Library is a toolkit designed to accelerate large language model inference and finetuning…