https://github.com/second-state/wasi-nn-ggml-plugin-registry
This is a registry project for storing all released WasmEdge WASI-NN GGML plugin with different llama.cpp versions.
https://github.com/second-state/wasi-nn-ggml-plugin-registry
Last synced: 3 months ago
JSON representation
This is a registry project for storing all released WasmEdge WASI-NN GGML plugin with different llama.cpp versions.
- Host: GitHub
- URL: https://github.com/second-state/wasi-nn-ggml-plugin-registry
- Owner: second-state
- License: apache-2.0
- Created: 2023-12-25T06:55:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-08T19:20:34.000Z (9 months ago)
- Last Synced: 2025-10-10T02:42:56.753Z (8 months ago)
- Size: 14.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WasmEdge WASI-NN GGML PLUGIN REGISTRY
The llama.cpp project is in active development. Hence, we have to bump the version frequently.
To avoid the previous assets being removed or hard to find, we provide this repository for those who want to downgrade or get the specific version of the plugin.
## Structure
Please check the release pages for the assets
```
0.13.5
|- b3613
|- no longer updated, if you need a new version of the ggml plugin, please use 0.14.1
0.14.0
|- b3613
|- no longer updated, if you need a new version of the ggml plugin, please use 0.14.1
0.14.1
|- b3651
|- *b4067 (DO NOT USE, cannot run embedding)
|- *b4242 (DO NOT USE, fixed the embedding issue, but failed the context lifecycle)
|- b4273 (fixed the context lifecycle issue)
|- b4381 (Support Qwen-2-VL)
|- b4419 (Support DeepSeekV3)
|- b4466 (Reduce Qwen2VL image embedding time)
|- b4623
|- b4681
|- b4743 (Support OuteTTS speaker configuration)
|- b4762 (Regular update)
|- b4818 (Support Phi4-mini)
|- b4875 (Support gemma-3)
|- b4897 (Support gemma-3-image)
|- b4917 (Support EXAONE)
|- b5074 (Support llama4-text-only)
|- b5201
|- b5361 (Support multi-modal)
|- b5575
|- b5593 (Fixed the gemma-3-image context issue)
|- b5640 (Fixed the embd ubatch issue)
|- b5835 (Support gemma3N)
|- b5896 (Support SmolLM3)
|- b6097 (Support gpt-oss)
|- b6301 (Support MiniCPM-V4.5)
|- b6343 (Fixed the macOS SIMDJSON issue)
|- b6399 (Fixed the embedding issue)
0.15.0-alpha.1
|- b4818
|- no longer updated, if you need a new version of the ggml plugin, please use 0.15.0
0.15.0
|- b6301 (Support MiniCPM-V4.5)
|- b6343 (Fixed the macOS SIMDJSON issue)
|- b6399 (Fixed the embedding issue)
```