Skip to content

Commit

Permalink
Use numpy v1.26.4 for TVM kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkerJones567 authored Jun 24, 2024
1 parent 80a4bf0 commit 3db1e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Integration/tvm/setup_tvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ BUILDS=(mlf mlf_vext mlf_pext)
echo "Download and install TVM sources."
python3 -m venv .venv
source .venv/bin/activate
pip install numpy==1.26.4
pip install apache-tvm
pip install -r requirements.txt
pip install typing-extensions
Expand Down

0 comments on commit 3db1e13

Please sign in to comment.