From c079a481e2598846d269bf91f2068d4357a85be7 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Thu, 6 Oct 2022 10:29:03 -0400 Subject: [PATCH] Update torchvision/extension.py --- torchvision/extension.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchvision/extension.py b/torchvision/extension.py index d60ba259d47..702e7e33b33 100644 --- a/torchvision/extension.py +++ b/torchvision/extension.py @@ -16,7 +16,7 @@ def _has_ops(): try: - # On Windows Python-3.8+ has `os.add_dll_directory` call, + # On Windows Python-3.8.x has `os.add_dll_directory` call, # which is called to configure dll search path. # To find cuda related dlls we need to make sure the # conda environment/bin path is configured Please take a look: