mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
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:
parent
5b288ed276
commit
2b37321c76
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user