File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ Here is an example:
168168 The advantage here is that `parallelize ` is called when sharding the model,
169169so :func: `torch.compile ` is guaranteed to run on model shards and capture distributed operations.
170170
171- Also, when using other libraries like `torch ao <https://github.com/pytorch/ao> `
171+ Also, when using other libraries like `torch ao <https://github.com/pytorch/ao >`_
172172that need to be applied in a similar fashion, it's easy to reason about the sequence of calls
173173needed to achieve the equivalent of `compile(distributed(quantized(model))) `:
174174
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ Here is an example:
198198 The advantage here is that `configure_model ` is called when sharding the model,
199199so :func: `torch.compile ` is guaranteed to run on model shards and capture distributed operations.
200200
201- Also, when using other libraries like `torch ao <https://github.com/pytorch/ao> `
201+ Also, when using other libraries like `torch ao <https://github.com/pytorch/ao >`_
202202that need to be applied in a similar fashion, it's easy to reason about the sequence of calls
203203needed to achieve the equivalent of `compile(distributed(quantized(model))) `:
204204
You can’t perform that action at this time.
0 commit comments