forked from chidiwilliams/whisper.cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake : build with any BLAS compatible library (ggerganov#927)
* Build with any BLAS library * ci: Removed explicit CUDA nvcc path
- Loading branch information
1 parent
f944a08
commit 85e71c2
Showing
2 changed files
with
69 additions
and
57 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 |
---|---|---|
@@ -1,46 +1,46 @@ | ||
*.o | ||
*.a | ||
.cache/ | ||
.coreml/ | ||
.test/ | ||
.vs/ | ||
.vscode/ | ||
.DS_Store | ||
|
||
build/ | ||
build-em/ | ||
build-debug/ | ||
build-release/ | ||
build-static/ | ||
build-cublas/ | ||
build-no-accel/ | ||
build-sanitize-addr/ | ||
build-sanitize-thread/ | ||
|
||
/main | ||
/stream | ||
/command | ||
/talk | ||
/talk-llama | ||
/bench | ||
/quantize | ||
|
||
arm_neon.h | ||
sync.sh | ||
libwhisper.a | ||
libwhisper.so | ||
compile_commands.json | ||
|
||
examples/arm_neon.h | ||
examples/whisper.objc/whisper.objc.xcodeproj/xcshareddata | ||
examples/whisper.objc/whisper.objc.xcodeproj/xcuserdata/ | ||
examples/whisper.objc/whisper.objc.xcodeproj/project.xcworkspace/xcuserdata | ||
|
||
extra/bench-gg.txt | ||
|
||
models/*.mlmodel | ||
models/*.mlmodelc | ||
models/*.mlpackage | ||
bindings/java/.gradle/ | ||
bindings/java/.idea/ | ||
.idea/ | ||
*.o | ||
*.a | ||
.cache/ | ||
.coreml/ | ||
.test/ | ||
.vs/ | ||
.vscode/ | ||
.DS_Store | ||
|
||
build/ | ||
build-em/ | ||
build-debug/ | ||
build-release/ | ||
build-static/ | ||
build-cublas/ | ||
build-no-accel/ | ||
build-sanitize-addr/ | ||
build-sanitize-thread/ | ||
|
||
/main | ||
/stream | ||
/command | ||
/talk | ||
/talk-llama | ||
/bench | ||
/quantize | ||
|
||
arm_neon.h | ||
sync.sh | ||
libwhisper.a | ||
libwhisper.so | ||
compile_commands.json | ||
|
||
examples/arm_neon.h | ||
examples/whisper.objc/whisper.objc.xcodeproj/xcshareddata | ||
examples/whisper.objc/whisper.objc.xcodeproj/xcuserdata/ | ||
examples/whisper.objc/whisper.objc.xcodeproj/project.xcworkspace/xcuserdata | ||
|
||
extra/bench-gg.txt | ||
|
||
models/*.mlmodel | ||
models/*.mlmodelc | ||
models/*.mlpackage | ||
bindings/java/.gradle/ | ||
bindings/java/.idea/ | ||
.idea/ |
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