From cb615dde317aa9f68a201ddf2d065219c4df08ef Mon Sep 17 00:00:00 2001 From: Divyansh Khanna Date: Wed, 30 Oct 2024 17:36:00 -0700 Subject: [PATCH] run pre-commit again --- benchmarks/torchvision_classification/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/torchvision_classification/train.py b/benchmarks/torchvision_classification/train.py index 2b06f9d74..a84548d6c 100644 --- a/benchmarks/torchvision_classification/train.py +++ b/benchmarks/torchvision_classification/train.py @@ -359,7 +359,7 @@ def get_args_parser(add_help=True): "--data-loader", default="V1", type=str, - help="'V1' or 'V2'. V2 is deprecated in release 1.0 onwards", + help="'V1' or 'V2'. Last stable release with DataloaderV2 is 0.9.0.", ) return parser