Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
install requirements_pt.txt of inc3.x
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun committed Jun 14, 2024
1 parent a375b6f commit 6b429c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/script/unitTest/env_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ until [ "$n" -ge 5 ]; do
git clone https://github.com/intel/neural-compressor.git /neural-compressor
cd /neural-compressor
pip install -r requirements.txt
pip install -r requirements_pt.txt
python setup.py install && break
n=$((n + 1))
sleep 5
Expand Down

0 comments on commit 6b429c0

Please sign in to comment.