From 70cf61fa84bf694d9858fb370a8d383d27cd0219 Mon Sep 17 00:00:00 2001 From: Suffian Khan Date: Thu, 7 Oct 2021 16:55:54 -0700 Subject: [PATCH] disable bart-l for now (#9305) --- .../orttraining-pai-ci-pipeline.yml | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/orttraining-pai-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/orttraining-pai-ci-pipeline.yml index f726dacb1a..907103cc91 100644 --- a/tools/ci_build/github/azure-pipelines/orttraining-pai-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/orttraining-pai-ci-pipeline.yml @@ -111,33 +111,33 @@ jobs: displayName: 'Run Python Hugging-Face GPT2 test' condition: succeededOrFailed() # ensure all tests are run - - script: |- - cd ./build/RelWithDebInfo - export PYTHONPATH=$PWD - python \ - /stage/huggingface-transformers/examples/pytorch/translation/run_translation.py \ - --dataset_name wmt16 \ - --dataset_config ro-en \ - --model_name_or_path facebook/bart-large \ - --output_dir ./tst-translation \ - --do_train \ - --label_smoothing 0.1 \ - --logging_steps 20 \ - --overwrite_output_dir \ - --per_device_train_batch_size 16 \ - --predict_with_generate \ - --source_lang en --target_lang ro \ - --warmup_steps 5 \ - --fp16 \ - --max_steps 260 \ - --dataloader_num_workers 1 \ - --ort \ - --skip_memory_metrics - python ../../orttraining/tools/ci_test/compare_huggingface.py \ - ci-pipeline-actual.json \ - ../../orttraining/tools/ci_test/results/ci-mi100.huggingface.bart-large-rocm4.3.1.json - displayName: 'Run Python Hugging-Face BART-L test' - condition: succeededOrFailed() # ensure all tests are run +# - script: |- +# cd ./build/RelWithDebInfo +# export PYTHONPATH=$PWD +# python \ +# /stage/huggingface-transformers/examples/pytorch/translation/run_translation.py \ +# --dataset_name wmt16 \ +# --dataset_config ro-en \ +# --model_name_or_path facebook/bart-large \ +# --output_dir ./tst-translation \ +# --do_train \ +# --label_smoothing 0.1 \ +# --logging_steps 20 \ +# --overwrite_output_dir \ +# --per_device_train_batch_size 16 \ +# --predict_with_generate \ +# --source_lang en --target_lang ro \ +# --warmup_steps 5 \ +# --fp16 \ +# --max_steps 260 \ +# --dataloader_num_workers 1 \ +# --ort \ +# --skip_memory_metrics +# python ../../orttraining/tools/ci_test/compare_huggingface.py \ +# ci-pipeline-actual.json \ +# ../../orttraining/tools/ci_test/results/ci-mi100.huggingface.bart-large-rocm4.3.1.json +# displayName: 'Run Python Hugging-Face BART-L test' +# condition: succeededOrFailed() # ensure all tests are run # todo: investigate RoBERTa high run variability on ROCm 4.3.1 #- script: |-