Skip to content

Commit

Permalink
chore: update wasmedge installation
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Aug 14, 2024
1 parent 1873971 commit 889be06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ if [ -n "$ggmlcuda" ]; then
exit 1
fi

if curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v 0.14.1-rc.1 --nowasilogging --ggmlbn=$ggml_bn --tmpdir=$tmp_dir --ggmlcuda=$ggmlcuda; then
if curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v 0.14.1-rc.1 --nowasilogging --tmpdir=$tmp_dir --ggmlcuda=$ggmlcuda; then
source $HOME/.wasmedge/env
wasmedge_path=$(which wasmedge)
wasmedge_version=$(wasmedge --version)
Expand All @@ -388,7 +388,7 @@ if [ -n "$ggmlcuda" ]; then
exit 1
fi
else
if curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v 0.14.1-rc.1 --nowasilogging --ggmlbn=$ggml_bn --tmpdir=$tmp_dir; then
if curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v 0.14.1-rc.1 --nowasilogging --tmpdir=$tmp_dir; then
source $HOME/.wasmedge/env
wasmedge_path=$(which wasmedge)
wasmedge_version=$(wasmedge --version)
Expand Down

0 comments on commit 889be06

Please sign in to comment.