Fix missing closing quote in __init__.py documentation (#165827)

Title says it all.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165827
Approved by: https://github.com/Skylion007
This commit is contained in:
andreh7
2025-10-18 22:09:18 +00:00
committed by PyTorch MergeBot
parent 35e51893bd
commit f18041cca8

View File

@ -2503,7 +2503,7 @@ def compile(
to compile it and cache the compiled result on the code object for future
use. A single frame may be compiled multiple times if previous compiled
results are not applicable for subsequent calls (this is called a "guard
failure), you can use TORCH_LOGS=guards to debug these situations.
failure"), you can use TORCH_LOGS=guards to debug these situations.
Multiple compiled results can be associated with a frame up to
``torch._dynamo.config.recompile_limit``, which defaults to 8; at which
point we will fall back to eager. Note that compile caches are per