WasmEdge / WasmEdge

WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.

Home Page:https://WasmEdge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: provide new ggml plugin assets without AVX feature

hydai opened this issue · comments

Summary

Some users don't have the AVX hardware feature. To allow them to use the ggml plugin (CPU version), we would like to provide a new set of assets that don't contain any AVX-related ISA.

Details

  1. Provide the noavx CPU ggml plugin assets.
  2. Provide a new option to allow users to install the noavx version in the installer.

Appendix

No response