Refactor models.py (#2113)
This commit is contained in:
parent
5cd6dd4287
commit
7584d46c29
3 changed files with 126 additions and 102 deletions
|
@ -9,7 +9,8 @@ As far as I know, DeepSpeed is only available for Linux at the moment.
|
|||
1. Install DeepSpeed:
|
||||
|
||||
```
|
||||
pip install deepspeed
|
||||
conda install -c conda-forge mpi4py mpich
|
||||
pip install -U deepspeed
|
||||
```
|
||||
|
||||
2. Start the web UI replacing `python` with `deepspeed --num_gpus=1` and adding the `--deepspeed` flag. Example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue