Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
d85bf954
Unverified
Commit
d85bf954
authored
Apr 13, 2023
by
Stas Bekman
Committed by
GitHub
Apr 13, 2023
Browse files
[trainer] update url (#22747)
* [trainer] update url * style
parent
656d41ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/transformers/training_args.py
src/transformers/training_args.py
+3
-3
No files found.
src/transformers/training_args.py
View file @
d85bf954
...
@@ -575,9 +575,9 @@ class TrainingArguments:
...
@@ -575,9 +575,9 @@ class TrainingArguments:
[`torch.compile`](https://pytorch.org/get-started/pytorch-2.0/).
[`torch.compile`](https://pytorch.org/get-started/pytorch-2.0/).
This will use the best defaults for the [`torch.compile`
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
API](https://pytorch.org/docs/
stable
/generated/torch.compile.html?highlight=torch+compile#torch.compile).
can customize the defaults with the argument `torch_compile_backend` and `torch_compile_mode` but we
don't
You
can customize the defaults with the argument `torch_compile_backend` and `torch_compile_mode` but we
guarantee any of them will work as the support is progressively rolled in in PyTorch.
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.
This flag and the whole compile API is experimental and subject to change in future releases.
torch_compile_backend (`str`, *optional*):
torch_compile_backend (`str`, *optional*):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment