We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33aa49d commit 4abb053Copy full SHA for 4abb053
src/transformers/hf_argparser.py
@@ -294,7 +294,7 @@ def parse_args_into_dataclasses(
294
Parse command-line args into instances of the specified dataclass types.
295
296
This relies on argparse's `ArgumentParser.parse_known_args`. See the doc at:
297
- docs.python.org/3.7/library/argparse.html#argparse.ArgumentParser.parse_args
+ docs.python.org/3/library/argparse.html#argparse.ArgumentParser.parse_args
298
299
Args:
300
args:
0 commit comments