waterdropw
waterdropw
hey guys, the file "includeConstantesARM64.inc" is missed in this project
pthreadpool_interface will cause some error when we want to export target pthreadpool for find_package(pthreadpool), and it's unnecessary(i think just aligned with bazel?), so remove it.
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
``` optimum-cli export onnx --no-dynamic-axe --batch_size 1 --sequence_length 16 --width 224 --height 224 --num_channels 3 --model google/owlv2-base-patch16-ensemble owlv2-base-patch16-ensemble-onnx ``` the exported onnx model input size is still 960x960, and I...