Skip to content

Releases: 6Morpheus6/deepspeed-windows-wheels

DeepSpeed 0.17.5

02 Aug 04:18

Choose a tag to compare

DeepSpeed wheels for Windows with NVIDIA GPU support.
Supports Python 3.9 – 3.12 and GTX 10 - RTX 50 series.
Built with pytorch 2.7.0+cu128

Installation

Select the appropriate .whl file for your python version.

Install it with pip

pip install https://github.com/6Morpheus6/deepspeed-windows-wheels/releases/download/<tag>deepspeed‑<version><torch version>torch+cu128-cp<python version>‑cp<python version>‑win_amd64.whl

For Example:

pip install https://github.com/6Morpheus6/deepspeed-windows-wheels/releases/download/v0.17.5/deepspeed-0.17.5+e1560d84-2.7torch+cu128-cp310-cp310-win_amd64.whl

Or install with uv

uv pip install https://github.com/6Morpheus6/deepspeed-windows-wheels/releases/download/<tag>deepspeed‑<version><torch version>torch+cu128-cp<python version>‑cp<python version>‑win_amd64.whl

For Example:

uv pip install https://github.com/6Morpheus6/deepspeed-windows-wheels/releases/download/v0.17.5/deepspeed-0.17.5+e1560d84-2.7torch+cu128-cp310-cp310-win_amd64.whl