mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
fixed a tiny typo in torch.compiler.md (#157462)
Fixes #157444 there was a typo in [docs/source/torch.compiler.md](https://github.com/pytorch/pytorch/blob/main/docs/source/torch.compiler.md) : see -> seen Pull Request resolved: https://github.com/pytorch/pytorch/pull/157462 Approved by: https://github.com/Skylion007, https://github.com/svekars
This commit is contained in:
committed by
PyTorch MergeBot
parent
0e9d8032a3
commit
eaf32fffb7
@ -36,7 +36,7 @@ TorchDynamo requires a backend that converts the captured graphs into a fast
|
||||
machine code. Different backends can result in various optimization gains.
|
||||
The default backend is called TorchInductor, also known as *inductor*,
|
||||
TorchDynamo has a list of supported backends developed by our partners,
|
||||
which can be see by running `torch.compiler.list_backends()` each of which
|
||||
which can be seen by running `torch.compiler.list_backends()` each of which
|
||||
with its optional dependencies.
|
||||
|
||||
Some of the most commonly used backends include:
|
||||
|
Reference in New Issue
Block a user