mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-02 23:39:58 +00:00
disable bart-l for now (#9305)
This commit is contained in:
parent
72c4cea9e6
commit
70cf61fa84
1 changed files with 27 additions and 27 deletions
|
|
@ -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: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue