Skip to content

Commit

Permalink
[Installer] Enable WASI-NN ggml plugin on macOS apple silicon model
Browse files Browse the repository at this point in the history
Signed-off-by: hydai <z54981220@gmail.com>
  • Loading branch information
hydai committed Sep 22, 2023
1 parent 88d4922 commit 5286cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def compare(self, version2, separator=". |-", ignorecase=True):
"manylinux2014" + "x86_64" + WASI_NN_GGML: VersionString("0.13.4"),
"manylinux2014" + "aarch64" + WASI_NN_TENSORFLOW_LITE: VersionString("0.10.0"),
"manylinux2014" + "aarch64" + WASI_NN_GGML: VersionString("0.13.4"),
"darwin" + "arm64" + WASI_NN_GGML: VersionString("0.13.4"),
"ubuntu20.04" + "x86_64" + WASI_NN_TENSORFLOW_LITE: VersionString("0.11.2-rc.1"),
"darwin" + "x86_64" + WASMEDGE_TENSORFLOW_PLUGIN: VersionString("0.13.0"),
"darwin" + "arm64" + WASMEDGE_TENSORFLOW_PLUGIN: VersionString("0.13.0"),
Expand Down

0 comments on commit 5286cc5

Please sign in to comment.