diff --git a/taskcluster/docker/fetch/Dockerfile b/taskcluster/docker/fetch/Dockerfile index c18a1885818f..f38f2e7e079e 100644 --- a/taskcluster/docker/fetch/Dockerfile +++ b/taskcluster/docker/fetch/Dockerfile @@ -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 diff --git a/taskcluster/kinds/fetch/onnxruntime-web-fetch.yml b/taskcluster/kinds/fetch/onnxruntime-web-fetch.yml index e3cedfb77aa2..0949388d3e93 100644 --- a/taskcluster/kinds/fetch/onnxruntime-web-fetch.yml +++ b/taskcluster/kinds/fetch/onnxruntime-web-fetch.yml @@ -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 diff --git a/taskcluster/kinds/perftest/linux.yml b/taskcluster/kinds/perftest/linux.yml index b071d21774d1..22c00d2ddd50 100644 --- a/taskcluster/kinds/perftest/linux.yml +++ b/taskcluster/kinds/perftest/linux.yml @@ -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) diff --git a/taskcluster/kinds/perftest/macosx.yml b/taskcluster/kinds/perftest/macosx.yml index c76ed749e4c5..9c0a413d2e80 100644 --- a/taskcluster/kinds/perftest/macosx.yml +++ b/taskcluster/kinds/perftest/macosx.yml @@ -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) diff --git a/taskcluster/kinds/perftest/windows11.yml b/taskcluster/kinds/perftest/windows11.yml index fe35d2001f35..178f0d7b8aa5 100644 --- a/taskcluster/kinds/perftest/windows11.yml +++ b/taskcluster/kinds/perftest/windows11.yml @@ -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)