From d8d589bd3ac7a426ca21377f3d5c318e5e8ac055 Mon Sep 17 00:00:00 2001 From: zhaoguoan Date: Mon, 18 Aug 2025 05:29:34 +0000 Subject: [PATCH] Add build support for RISCV (#160172) In requirements.txt, do not install lintrunner on riscv64 Fixes #160170 Pull Request resolved: https://github.com/pytorch/pytorch/pull/160172 Approved by: https://github.com/malfet --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2affc4d2215a..fc4b53dfd49e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ filelock fsspec>=0.8.5 hypothesis jinja2 -lintrunner ; platform_machine != "s390x" +lintrunner ; platform_machine != "s390x" and platform_machine != "riscv64" networkx>=2.5.1 optree>=0.13.0 psutil