mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
committed by
PyTorch MergeBot
parent
35e51893bd
commit
f18041cca8
@ -2503,7 +2503,7 @@ def compile(
|
|||||||
to compile it and cache the compiled result on the code object for future
|
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
|
use. A single frame may be compiled multiple times if previous compiled
|
||||||
results are not applicable for subsequent calls (this is called a "guard
|
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
|
Multiple compiled results can be associated with a frame up to
|
||||||
``torch._dynamo.config.recompile_limit``, which defaults to 8; at which
|
``torch._dynamo.config.recompile_limit``, which defaults to 8; at which
|
||||||
point we will fall back to eager. Note that compile caches are per
|
point we will fall back to eager. Note that compile caches are per
|
||||||
|
Reference in New Issue
Block a user