This reverts commit 3e99b0d8b2b2d6e47c8ff7eb1dfd9a88eba8e6d8, reversing changes made to 3a8c45cb619589f5f6acf4bfb71e7d6b18e8eab5.
15 lines
595 B
YAML
15 lines
595 B
YAML
build:
|
|
template_file: test-armbian-opt-base.tyml
|
|
dependencies:
|
|
- "linux-arm64-cpu-opt"
|
|
- "test-training_16k-linux-amd64-py36m-opt"
|
|
test_model_task: "test-training_16k-linux-amd64-py36m-opt"
|
|
system_setup:
|
|
>
|
|
apt-get -qq -y install ${python.packages_buster.apt}
|
|
args:
|
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-python_tflite-tests.sh 3.7.6:m 16k"
|
|
metadata:
|
|
name: "DeepSpeech ARMbian ARM64 Cortex-A53 CPU Python v3.7 tests"
|
|
description: "Testing DeepSpeech for ARMbian ARM64 Cortex-A53 on Python v3.7, CPU only, optimized version"
|