mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 16:44:13 +01:00
e30c679928
* scripts : update sync [no ci] * files : reorganize [no ci] * sync : llama.cpp * cmake : link math library * cmake : build normal ggml library * files : move headers to include * objc : fix path to ggml-metal.h * ci : fix WHISPER_CUDA -> GGML_CUDA * scripts : sync LICENSE [no ci]
55 lines
698 B
Plaintext
55 lines
698 B
Plaintext
*.o
|
|
*.a
|
|
.cache/
|
|
.coreml/
|
|
.test/
|
|
.vs/
|
|
.vscode/
|
|
.DS_Store
|
|
.vimspector.json
|
|
/CMakeSettings.json
|
|
|
|
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
|