Skip to content

Commit

Permalink
Fix for AMD GPU pipeline (microsoft#16357)
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani authored Jun 15, 2023
1 parent 73dad44 commit 5eec248
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ jobs:
python -m onnxruntime.training.ortmodule.torch_cpp_extensions.install; \
python orttraining_ortmodule_tests.py \
--mnist /mnist \
--bert_data /bert_data/hf_data/glue_data/CoLA/original/raw \
--transformers_cache /hf_models_cache/huggingface/transformers"
--bert_data /bert_data/hf_data/glue_data/CoLA/original/raw"
workingDirectory: $(Build.SourcesDirectory)
displayName: 'Run orttraining_ortmodule_tests.py'
condition: and(succeededOrFailed(), eq(variables.onnxruntimeBuildSucceeded, 'true'))
Expand Down

0 comments on commit 5eec248

Please sign in to comment.