Skip to content

Commit

Permalink
release : v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Apr 16, 2024
1 parent b21b6ff commit 0c6cfa5
Show file tree
Hide file tree
Showing 18 changed files with 19,795 additions and 6,696 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ update-submodule:
rsync ../../ggml-backend.c Sources/whisper/
rsync ../../ggml-backend.h Sources/whisper/
rsync ../../ggml-backend-impl.h Sources/whisper/
rsync ../../ggml-common.h Sources/whisper/
rsync ../../ggml-impl.h Sources/whisper/
rsync ../../ggml-metal.h Sources/whisper/
rsync ../../ggml-metal.m Sources/whisper/
Expand Down Expand Up @@ -42,7 +43,7 @@ publish: publish-trigger
\n\
cd /path/to/whisper.cpp/bindings/ios\n\
git commit\n\
git tag 1.5.4\n\
git tag 1.5.5\n\
git push origin master --tags\n\
"

Expand Down
1 change: 1 addition & 0 deletions Makefile-tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ update-submodule:
rsync ../../ggml-backend.c Sources/whisper/
rsync ../../ggml-backend.h Sources/whisper/
rsync ../../ggml-backend-impl.h Sources/whisper/
rsync ../../ggml-common.h Sources/whisper/
rsync ../../ggml-impl.h Sources/whisper/
rsync ../../ggml-metal.h Sources/whisper/
rsync ../../ggml-metal.m Sources/whisper/
Expand Down
Loading

0 comments on commit 0c6cfa5

Please sign in to comment.