mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Fix reference to old download_e2e_test_data.py script. It was renamed to download_azure_blob.py. (#5790)
This commit is contained in:
parent
88c3704257
commit
4d517c68a3
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
# update these if the E2E test data changes
|
||||
- script: |
|
||||
orttraining/tools/ci_test/download_e2e_test_data.py \
|
||||
orttraining/tools/ci_test/download_azure_blob.py \
|
||||
--azure_blob_url https://onnxruntimetestdata.blob.core.windows.net/training/onnxruntime_training_data.zip?snapshot=2020-06-15T23:17:35.8314853Z \
|
||||
--target_dir $(Build.BinariesDirectory)/training_e2e_test_data \
|
||||
--archive_sha256_digest B01C169B6550D1A0A6F1B4E2F34AE2A8714B52DBB70AC04DA85D371F691BDFF9
|
||||
|
|
|
|||
Loading…
Reference in a new issue