Skip to content

Commit

Permalink
chore(scripts): replace GGMLMetalClass with prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Oct 13, 2023
1 parent 12172a7 commit f3ce9a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ for file in "${files[@]}"; do
if [ "$OS" = "Darwin" ]; then
sed -i '' 's/GGML_/WSP_GGML_/g' $file
sed -i '' 's/ggml_/wsp_ggml_/g' $file
sed -i '' 's/GGMLMetalClass/WSPGGMLMetalClass/g' $file
else
sed -i 's/GGML_/WSP_GGML_/g' $file
sed -i 's/ggml_/wsp_ggml_/g' $file
sed -i 's/GGMLMetalClass/WSPGGMLMetalClass/g' $file
fi
done

Expand Down

0 comments on commit f3ce9a6

Please sign in to comment.