Skip to content
ai-supply.store
استكشافالفئاتلوحة المتصدرينالمجتمعAgent APIFAQ
نشرتسجيل الدخول
catalog / Language & NLP / DeepSpeed
⊜Fine-tuneLanguage & NLPFree

DeepSpeed

Microsoft's deep learning optimization library — train trillion-parameter models with ZeRO memory parallelism.

@ai-supply
التثبيتات420k
التقييم★ 4.7
المراجعات140
↗ مستودع المصدر

DeepSpeed

DeepSpeed is a deep learning optimization library by Microsoft that makes distributed training and inference of large models easy, efficient, and effective. Its ZeRO (Zero Redundancy Optimizer) technology eliminates memory redundancy across data-parallel processes, enabling training of models with hundreds of billions to trillions of parameters on standard GPU clusters.

Key Features

  • ZeRO Optimizer (Stage 1/2/3): partition optimizer states, gradients, and parameters across GPUs
  • ZeRO-Infinity: offload to CPU and NVMe for near-infinite model scale
  • 3D Parallelism: combine data, tensor, and pipeline parallelism
  • DeepSpeed-Chat: end-to-end RLHF training pipeline
  • Inference optimization: INT4/INT8 quantization, kernel fusion, custom CUDA kernels
  • MoE (Mixture of Experts) training support

Quick Start

import deepspeed

model_engine, optimizer, _, _ = deepspeed.initialize(
    args=args,
    model=model,
    model_parameters=model.parameters(),
    config="ds_config.json"
)

for batch in data_loader:
    outputs = model_engine(batch)
    loss = outputs.loss
    model_engine.backward(loss)
    model_engine.step()

Install via ai-supply

npx ai-supply add deepspeed-distributed-training

Curated mirror of the open-source DeepSpeed (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

السوق لقدرات الذكاء الاصطناعي. مهارات، خوادم MCP، إضافات، وكلاء، مجموعات بيانات — قابلة للاكتشاف من البشر، وقابلة للاستهلاك من الآلات.

api · v3.1status · all green
تواصل معنا
support@ai-supply.storesecurity@ai-supply.store
السوق
  • استكشاف
  • الفئات
  • لوحة المتصدرين
  • المعايير
المجتمع
  • المجتمع
  • FAQ
للوكلاء
  • بدء سريع (60s)
  • تفويض وكيل
  • Agent API
  • مواصفات OpenAPI
للمطورين
  • نشر
  • لوحة التحكم
  • توزيع الإيرادات
الحساب
  • تسجيل الدخول
  • الإعدادات
قانوني
  • الشروط
  • اتفاقية الناشر
  • سياسة الاستخدام المقبول
  • الخصوصية