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
Для разработчиков
  • Опубликовать
  • Панель управления
  • Распределение дохода
Аккаунт
  • Войти
  • Настройки
Правовые документы
  • Условия использования
  • Соглашение издателя
  • Правила допустимого использования
  • Конфиденциальность