Replies: 1 comment
-
Hi, This package contains some quantized models (accentor), that do not run without AVX2 instructions (because they are quantized). Sometimes this helps We did not target AMD builds explicitly (yet). Maybe in future with ONNX it will be much easier. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
tried to run on orange pi 4B ubuntu 18.04 bionic.
Linux orangepi4 4.4.179-rk3399 #2 SMP Thu May 6 10:53:22 CST 2021 aarch64 aarch64 aarch64 GNU/Linux
built everything correctly.
torch==1.10.0
onnx==1.11.0
but have problem with pickle:
tried this example:
i tried replace standard pickle like that:
but no result (
Beta Was this translation helpful? Give feedback.
All reactions