Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto TP Tutorial with T5 Example #2962

Merged
merged 10 commits into from
Apr 25, 2023
Prev Previous commit
Next Next commit
Add back compatible model note
  • Loading branch information
molly-smith committed Mar 7, 2023
commit 1931110cec3d3495edc566a1897d237cee27250d
2 changes: 1 addition & 1 deletion docs/_tutorials/automatic-tensor-parallelism.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ deepspeed --num_gpus <num_gpus> DeepSpeedExamples/inference/huggingface/text-gen
```


To enable tensor parallelism, you need to use the flag `ds_inference`:
To enable tensor parallelism, you need to use the flag `ds_inference` for the compatible models:

```bash
deepspeed --num_gpus <num_gpus> DeepSpeedExamples/inference/huggingface/text-generation/inference-test.py --name <model> --batch_size <batch_size> --test_performance --ds_inference
Expand Down