Skip to content

Commit

Permalink
#8535: Update ttnn_sweeps.sh to point to updated python_env
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed May 15, 2024
1 parent 00af539 commit d98a0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/run_ttnn_sweeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ run_ttnn_sweeps() {
fi

export PYTHONPATH=$TT_METAL_HOME
source build/python_env/bin/activate
source python_env/bin/activate

python tests/ttnn/sweep_tests/run_sweeps.py
}
Expand Down

0 comments on commit d98a0f9

Please sign in to comment.