Skip to content

Commit 118f9ce

Browse files
xuzhao9pytorchmergebot
authored andcommitted
[inductor][ci] Fix torchbench dependency issue with numpy (pytorch#128968)
For some reason, pip will always upgrade the numpy version even when an older version has been installed. We have to lock numpy version to the old version to make this constraint explicit. Torchbench commit: pytorch/benchmark@23512db Second attempt to fix pytorch#128845 Pull Request resolved: pytorch#128968 Approved by: https://github.com/eellison
1 parent e495252 commit 118f9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci_commit_pins/torchbench.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0dab1dd97709096e8129f8a08115ee83f64f2194
1+
23512dbebd44a11eb84afbf53c3c071dd105297e

0 commit comments

Comments
 (0)