second-state / WasmEdge-WASINN-examples

Apache License 2.0
217 stars 36 forks source link

Question: yolo use ggml as the backend,need help... #140

Closed jokemanfire closed 3 weeks ago

jokemanfire commented 3 weeks ago

Now I see it looks like didn't support yolo* series model, Is there some plans to add yolo? I want to use yolo in some embedded system and use ggml as the backend. >_<

hydai commented 3 weeks ago

YOLO series models are not supported by llama.cpp. However, llama.cpp and WasmEdge are open source projects. Welcome to submit a PR to fix it.

jokemanfire commented 3 weeks ago

YOLO series models are not supported by llama.cpp. However, llama.cpp and WasmEdge are open source projects. Welcome to submit a PR to fix it.

it looks like I must learn about llama.cpp , and have to try. Thanks. Q_Q