From d85bf954361f39f2ea38386940f40d29ed201910 Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Thu, 13 Apr 2023 09:23:55 -0700 Subject: [PATCH] [trainer] update url (#22747) * [trainer] update url * style --- src/transformers/training_args.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/transformers/training_args.py b/src/transformers/training_args.py index 088eb06b79..30c2461ffa 100644 --- a/src/transformers/training_args.py +++ b/src/transformers/training_args.py @@ -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*):