Skip to content

Releases: 6Morpheus6/deepspeed-windows-wheels

Release list

DeepSpeed 0.17.5

Choose a tag to compare

@6Morpheus6 6Morpheus6 released this 02 Aug 04:18

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