"official/legacy/bert/run_classifier.py" did not exist on "ce7d80652ca4b4d95532dd55b7cff913c5f1c646"
Unverified Commit 6d0acc92 authored by Shucai Xiao's avatar Shucai Xiao Committed by GitHub
Browse files

Enable ort tests (#865)

* try turning on ort tests in rocm4.2

* try rocm4.1
parent 4fe71058
......@@ -3,5 +3,5 @@ pip3 install -r requirements.txt
# Add newer cmake to the path
export PATH="/opt/cmake/bin:$PATH"
export CXXFLAGS="-D__HIP_PLATFORM_HCC__=1 -w"
./build.sh --config Release --update --build --parallel --cmake_extra_defines ONNXRUNTIME_VERSION=$(cat ./VERSION_NUMBER) --use_migraphx
./build.sh --config Release --update --build --parallel --cmake_extra_defines ONNXRUNTIME_VERSION=$(cat ./VERSION_NUMBER) --test --use_migraphx
# pip3 install /code/onnxruntime/build/Linux/Release/dist/*.whl
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment