Skip to content

Commit

Permalink
Switching whisper.cpp version
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus committed Jul 10, 2024
1 parent 57cfad2 commit 9c6d258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ else
endif

buzz/whisper_cpp.py: buzz/$(LIBWHISPER)
cd buzz && ctypesgen -I ../whisper.cpp/ggml/include ../whisper.cpp/include/whisper.h -lwhisper -o whisper_cpp.py
cd buzz && ctypesgen ../whisper.cpp/whisper.h -lwhisper -o whisper_cpp.py

# Prints all the Mac developer identities used for code signing
print_identities_mac:
Expand Down
2 changes: 1 addition & 1 deletion whisper.cpp

0 comments on commit 9c6d258

Please sign in to comment.