Unverified Commit d85bf954 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

[trainer] update url (#22747)

* [trainer] update url

* style
parent 656d41ab
......@@ -575,9 +575,9 @@ class TrainingArguments:
[`torch.compile`](https://pytorch.org/get-started/pytorch-2.0/).
This will use the best defaults for the [`torch.compile`
API](https://pytorch.org/docs/2.0/generated/torch.compile.html?highlight=torch+compile#torch.compile). You
can customize the defaults with the argument `torch_compile_backend` and `torch_compile_mode` but we don't
guarantee any of them will work as the support is progressively rolled in in PyTorch.
API](https://pytorch.org/docs/stable/generated/torch.compile.html?highlight=torch+compile#torch.compile).
You can customize the defaults with the argument `torch_compile_backend` and `torch_compile_mode` but we
don't guarantee any of them will work as the support is progressively rolled in in PyTorch.
This flag and the whole compile API is experimental and subject to change in future releases.
torch_compile_backend (`str`, *optional*):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment