Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit b9d7bd2

Browse files
committed
Revert test-cpu-eval-sanity-check-float32 changes since it breaks AOTI
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 2f6acd2 commit b9d7bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ fi
103103

104104
(
105105
set -x
106-
$PIP_EXECUTABLE install lm-eval=="0.4.2" evaluate=="0.4.3" psutil=="6.0.0"
106+
$PIP_EXECUTABLE install evaluate=="0.4.3" lm-eval=="0.4.2" "numpy>=1.17,<2.0" psutil=="6.0.0"
107107
)

0 commit comments

Comments
 (0)