-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update whisper.cpp (#3443)
* chore(deps): update whisper.cpp Signed-off-by: Ettore Di Giacinto <[email protected]> * chore: use clang Signed-off-by: Ettore Di Giacinto <[email protected]> * fix: path for x86 is different Signed-off-by: Ettore Di Giacinto <[email protected]> * test: try to skip whisper on mac x86_64 Signed-off-by: Ettore Di Giacinto <[email protected]> --------- Signed-off-by: Ettore Di Giacinto <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -294,7 +294,7 @@ jobs: | |
export C_INCLUDE_PATH=/usr/local/include | ||
export CPLUS_INCLUDE_PATH=/usr/local/include | ||
export PATH=$PATH:$GOPATH/bin | ||
export SKIP_GRPC_BACKEND=backend-assets/grpc/whisper | ||
make dist | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
|
@@ -327,7 +327,7 @@ jobs: | |
cache: false | ||
- name: Dependencies | ||
run: | | ||
brew install protobuf grpc | ||
brew install protobuf grpc libomp llvm | ||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@1958fcbe2ca8bd93af633f11e97d44e567e945af | ||
go install google.golang.org/protobuf/cmd/[email protected] | ||
- name: Build | ||
|
@@ -336,7 +336,7 @@ jobs: | |
export C_INCLUDE_PATH=/usr/local/include | ||
export CPLUS_INCLUDE_PATH=/usr/local/include | ||
export PATH=$PATH:$GOPATH/bin | ||
export CC=/opt/homebrew/opt/llvm/bin/clang | ||
make dist | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters