Skip to content

Commit e82641d

Browse files
lsteinebr
andauthored
Update installer/lib/installer.py
Co-authored-by: Eugene Brodsky <[email protected]>
1 parent 993baad commit e82641d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/lib/installer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ def install_torch(self, extra_index_url=None, find_links=None):
242242
from plumbum import FG, local
243243

244244
# Note that we're installing pinned versions of torch and
245-
# torchvision here, which may not correspond to what is
246-
# in pyproject.toml. This is a hack to prevent torch 2.0 from
245+
# torchvision here, which *should* correspond to what is
246+
# in pyproject.toml. This is to prevent torch 2.0 from
247247
# being installed and immediately uninstalled and replaced with 1.13
248248
pip = local[self.pip]
249249

0 commit comments

Comments
 (0)