1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Tests: build
Depends: build-essential, pkgconf, libonnxruntime-dev
Restrictions: superficial
Test-Command: cd debian/tests/ && ./inference-step1.py && ./inference-step2.py
Depends: @, python3-numpy, python3-onnx,
Restrictions: allow-stderr
Architecture: amd64 arm64 ppc64el s390x riscv64
Features: test-name=test-inference-simple
Test-Command: cd debian/tests/ && ./providers-step1.py && ./providers-step2.py
Depends: @, python3-numpy, python3-onnx,
Restrictions: allow-stderr
Architecture: amd64 arm64 ppc64el s390x riscv64
Features: test-name=test-execution-providers
# this needs python3-onnxscript, which is net yet packaged.
#Test-Command: python3 transformer.py
#Depends: @, python3-torch, python3-numpy,
#Restrictions: allow-stderr
#Architecture: amd64 arm64 ppc64el s390x riscv64
#Features: test-name=test-inference-transformers
|