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

Commit 40f0533

Browse files
authored
Update install_et.sh to install numpy 1.21.3
1 parent e4b36f9 commit 40f0533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/utils/scripts/install_et.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ install_executorch_python_libs $ENABLE_ET_PYBIND
2424
# has no attribute 'utils'' error from evaluate CI jobs and remove
2525
# `import lm_eval` from torchchat.py since it requires a specific version
2626
# of numpy.
27-
pip install numpy=='1.26.4'
27+
pip install numpy=='1.21.3'
2828
popd

0 commit comments

Comments
 (0)