Skip to content

Latest commit

 

History

History
executable file
·
24 lines (14 loc) · 1.8 KB

README.md

File metadata and controls

executable file
·
24 lines (14 loc) · 1.8 KB

License MIT

DeeperSpeed

Cerebras's internal version of EleutherAI's DeeperSpeed library with bug fixes and patches made for our own version of GPT-Neox at https://github.com/CerebrasResearch/gpt-neox.

DeeperSpeed is a fork of Microsoft's Deepspeed library that is tailor-made for the GPT-NeoX by EleutherAI.

Prior to 3/9/2023, DeeperSpeed was based on an old version of DeepSpeed (0.3.15). In order to migrate to the latest upstream DeepSpeed version while allowing users to access the old versions of GPT-NeoX and DeeperSpeed, we have introduced two versioned releases for both libraries:

Usage Instructions

To create a conda environment with this version of DeeperSpeed to support our version of GPT-Neox:

conda env create -f environment.yml