-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squash the old history: keep files after b2963
Signed-off-by: hydai <[email protected]>
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.DS_Store | ||
*.so | ||
*.dylib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# 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 | ||
|
||
``` | ||
WasmEdge version | ||
|- llama.cpp version | ||
|- xxx.tar.gz | ||
``` | ||
|
||
E.g. | ||
|
||
``` | ||
0.13.5 | ||
├── b1444 | ||
│ ├── WasmEdge-plugin-wasi_nn-ggml-0.13.5-darwin_arm64.tar.gz | ||
│ ├── WasmEdge-plugin-wasi_nn-ggml-0.13.5-darwin_x86_64.tar.gz | ||
│ ├── WasmEdge-plugin-wasi_nn-ggml-0.13.5-manylinux2014_aarch64.tar.gz | ||
│ ├── WasmEdge-plugin-wasi_nn-ggml-0.13.5-manylinux2014_x86_64.tar.gz | ||
│ ├── WasmEdge-plugin-wasi_nn-ggml-0.13.5-ubuntu20.04_aarch64.tar.gz | ||
│ ├── WasmEdge-plugin-wasi_nn-ggml-0.13.5-ubuntu20.04_x86_64.tar.gz | ||
│ ├── WasmEdge-plugin-wasi_nn-ggml-cuda-0.13.5-ubuntu20.04_aarch64.tar.gz | ||
│ └── WasmEdge-plugin-wasi_nn-ggml-cuda-0.13.5-ubuntu20.04_x86_64.tar.gz | ||
└── b1656 | ||
├── WasmEdge-plugin-wasi_nn-ggml-0.13.5-darwin_arm64.tar.gz | ||
├── WasmEdge-plugin-wasi_nn-ggml-0.13.5-manylinux2014_aarch64.tar.gz | ||
├── WasmEdge-plugin-wasi_nn-ggml-0.13.5-manylinux2014_x86_64.tar.gz | ||
├── WasmEdge-plugin-wasi_nn-ggml-0.13.5-ubuntu20.04_aarch64.tar.gz | ||
├── WasmEdge-plugin-wasi_nn-ggml-0.13.5-ubuntu20.04_x86_64.tar.gz | ||
├── WasmEdge-plugin-wasi_nn-ggml-blas-0.13.5-ubuntu20.04_aarch64.tar.gz | ||
├── WasmEdge-plugin-wasi_nn-ggml-blas-0.13.5-ubuntu20.04_x86_64.tar.gz | ||
├── WasmEdge-plugin-wasi_nn-ggml-cuda-0.13.5-ubuntu20.04_aarch64.tar.gz | ||
└── WasmEdge-plugin-wasi_nn-ggml-cuda-0.13.5-ubuntu20.04_x86_64.tar.gz | ||
``` |