Skip to content

Commit

Permalink
update1
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Aug 5, 2024
1 parent 5605aa4 commit 9b5f87b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ stages:
DockerBuildArgs: "
--build-arg BUILD_UID=$( id -u )
"
Repository: onnxruntimeubi8packagestest_torch
Repository: onnxruntimeubi8packagestest_torch1
UpdateDepsTxt: false

- task: DownloadPackage@1
Expand All @@ -334,7 +334,7 @@ stages:
docker run --rm --gpus all -v $(Build.SourcesDirectory):/workspace \
-v $(Build.BinariesDirectory)/ort-artifact/:/ort-artifact \
-v $(Agent.TempDirectory)/meta_llama2_7b_hf:/meta-llama2 \
onnxruntimeubi8packagestest_torch \
onnxruntimeubi8packagestest_torch1 \
bash -c "
set -ex; \
pushd /workspace/onnxruntime/python/tools/transformers/ ; \
Expand Down

0 comments on commit 9b5f87b

Please sign in to comment.