Skip to content
Prev Previous commit
Next Next commit
for test
Signed-off-by: NeuralChatBot <[email protected]>
  • Loading branch information
NeuralChatBot committed Aug 15, 2024
commit bb5782707c3993f98d7a97c3c0cc40afb7c71b7d
2 changes: 1 addition & 1 deletion .azure-pipelines/scripts/ut/3x/run_3x_pt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "${test_case}"
# install requirements
echo "set up UT env..."
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
pip install -r /neural-compressor/test/3x/torch/requirements.txt --ignore-installed neural-compressor
pip install --no-deps -r /neural-compressor/test/3x/torch/requirements.txt
pip install pytest-cov
pip install pytest-html
pip list
Expand Down