Skip to content

Latest commit

 

History

History
 
 

README.md

DeepSpeed Documentation

This directory includes the documentation of DeepSpeed. There are three ways to read it:

1. Access deepspeed.ai

This is the most recommended way to read the documentation.

2. Directly read files in this directory

We do not recommend this way because this directory is organized to build the deepspeed.ai website using Jekyll. Thus some of the files actually are not DeepSpeed documentation. In addition, some of the url links in the documentation only work through the webpages generated by Jekyll.

3. Build deepspeed.ai website locally using Jekyll

This is recommended for local website development or when you do not have internet access. You can follow the instruction at here to install Ruby, Bundler, and Jekyll. Then run bundle exec jekyll serve at this directory so that you can view the website in your web browser at http://localhost:4000.