From f3c0442523ff1d86ccc597141818b1a5ae11fa77 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 19 Nov 2024 15:03:54 -0500 Subject: [PATCH] fix commit url --- backend/find_pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/find_pytorch.py b/backend/find_pytorch.py index fc147c62c7..a6dce6b4d7 100644 --- a/backend/find_pytorch.py +++ b/backend/find_pytorch.py @@ -132,7 +132,7 @@ def get_pt_requirement(pt_version: str = "") -> dict: # luckily, .* (prefix matching) defined in PEP 440 can match any local version # https://peps.python.org/pep-0440/#version-matching f"torch=={Version(pt_version).base_version}.*", - # https://github.com/pytorch/pytorch/commit/241f586919b9f370e3cc6aea657f96a23adac554 + # https://github.com/pytorch/pytorch/commit/7e0c26d4d80d6602aed95cb680dfc09c9ce533bc "torch>=2.1.0", ], }