Skip to content

load './onnx/decoder.onnx' failed on CPU: Could not find an implementation for MatMul(13) node with name '/init_to_token/MatMul' #11

Description

@QinZiwen

I don't have a GPU, only a Mac Air with 16GB of RAM and an M2 chip. However, when I run the following command, I get an error. How can I resolve it? Thank you very much!

./build/fast_sam_3dbody_run \
    --onnx-dir ./onnx \
    --backbone backbone_fp32.onnx \
    --cuda     -1 \
    --from     0             
[FSB] Loading backbone … OK
[FSB] Loading decoder  … [ORT] load './onnx/decoder.onnx' failed on CPU: Could not find an implementation for MatMul(13) node with name '/init_to_token/MatMul'
[main] Pipeline load failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions