From aa45545af7ef580735d06dcc7c0dbecae5b4682f Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Wed, 9 Jun 2021 10:22:14 -0700 Subject: [PATCH] Update orttraining-linux-gpu-perf-test-ci-pipeline.yml (#8005) I changed the OS version. It's is Ubuntu 20.04 + python 3.8 now. So I need to update the python command. --- .../orttraining-linux-gpu-perf-test-ci-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-perf-test-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-perf-test-ci-pipeline.yml index a1215a27ac..2808ffddac 100644 --- a/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-perf-test-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/orttraining-linux-gpu-perf-test-ci-pipeline.yml @@ -40,7 +40,7 @@ jobs: --volume /bert_data/bert_models:/build/bert_models:ro --volume /bert_data:/build/bert_data:ro -e NIGHTLY_BUILD onnxruntime_perf_test_image - /usr/bin/python3.6 /onnxruntime_src/orttraining/tools/ci_test/run_bert_perf_test.py + /usr/bin/python3 /onnxruntime_src/orttraining/tools/ci_test/run_bert_perf_test.py --binary_dir /build/RelWithDebInfo --training_data_root /build/bert_data --model_root /build/bert_models @@ -55,7 +55,7 @@ jobs: --volume /gpt2_data/gpt2_models:/build/gpt2_models:ro --volume /gpt2_data:/build/gpt2_data:ro -e NIGHTLY_BUILD onnxruntime_perf_test_image - /usr/bin/python3.6 /onnxruntime_src/orttraining/tools/ci_test/run_gpt2_perf_test.py + /usr/bin/python3 /onnxruntime_src/orttraining/tools/ci_test/run_gpt2_perf_test.py --binary_dir /build/RelWithDebInfo --training_data_root /build/gpt2_data --model_root /build/gpt2_models