mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 00:24:29 +01:00
396089f3cf
too much extra logic and complexity for small benefit
57 lines
723 B
Plaintext
57 lines
723 B
Plaintext
*.o
|
|
*.a
|
|
.cache/
|
|
.coreml/
|
|
.test/
|
|
.venv/
|
|
.vs/
|
|
.vscode/
|
|
.DS_Store
|
|
.vimspector.json
|
|
/CMakeSettings.json
|
|
/talk-llama.dSYM/
|
|
|
|
build/
|
|
build-*/
|
|
|
|
# SPM
|
|
.build/
|
|
.swiftpm
|
|
*.metallib
|
|
|
|
/main
|
|
/stream
|
|
/command
|
|
/talk
|
|
/talk-llama
|
|
/bench
|
|
/quantize
|
|
/server
|
|
/lsp
|
|
|
|
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/
|
|
|
|
benchmark_results.csv
|
|
cmake-build-debug/
|
|
.cxx/
|
|
.gradle/
|
|
local.properties
|