Bug 1928563 - Add git-lfs to Dockerfile to handle model fetches in CI - r=tarek,glandium,cgopal

Differential Revision: https://phabricator.services.mozilla.com/D227736
This commit is contained in:
Vasish Baungally 2024-11-06 06:41:46 +00:00
parent 5b288ed276
commit 2b37321c76
5 changed files with 5 additions and 4 deletions

View File

@ -23,6 +23,7 @@ RUN /usr/local/sbin/setup_packages.sh $TASKCLUSTER_ROOT_URL $DOCKER_IMAGE_PACKAG
python3-requests \
python3-zstandard \
unzip \
git-lfs \
&& /usr/local/sbin/clean_packages.sh $DOCKER_IMAGE_PACKAGES
# %include taskcluster/scripts/run-task

View File

@ -26,7 +26,7 @@ ort.wasm:
sha256: 23f9328b96edfd86238773f0ffe8ccf6d2e15b8932ff9863963973b48b97eb2b
size: 11105821
onnx-all-minilm-l6-v2:
xenova-all-minilm-l6-v2:
description: feature extraction model
fetch:
type: git

View File

@ -395,7 +395,7 @@ ml-perf:
- ort.wasm
- ort.jsep.wasm
- ort-training.wasm
- onnx-all-minilm-l6-v2
- xenova-all-minilm-l6-v2
description: Run ML Models Perf Tests
treeherder:
symbol: perftest(linux-ml-perf)

View File

@ -342,7 +342,7 @@ ml-perf:
- ort.wasm
- ort.jsep.wasm
- ort-training.wasm
- onnx-all-minilm-l6-v2
- xenova-all-minilm-l6-v2
description: Run ML Models Perf Tests
treeherder:
symbol: perftest(mac-ml-perf)

View File

@ -270,7 +270,7 @@ ml-perf:
- ort.wasm
- ort.jsep.wasm
- ort-training.wasm
- onnx-all-minilm-l6-v2
- xenova-all-minilm-l6-v2
description: Run ML Models Perf Tests
treeherder:
symbol: perftest(win-ml-perf)