transcribe-cpp-native 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/CMakeLists.txt +16 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/Cargo.lock +2 -2
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/Cargo.toml +1 -1
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/PKG-INFO +1 -1
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/README.md +4 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/pyproject.toml +3 -3
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/src/transcribe_cpp/__init__.py +3 -2
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/sys/README.md +25 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/sys/build.rs +131 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/Cargo.toml +2 -2
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/README.md +5 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/backend.rs +5 -5
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/model.rs +2 -1
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/TranscribeCpp.swift +1 -1
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/package-lock.json +7 -7
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/package.json +6 -6
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/src/types.ts +8 -6
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/build-windows.md +20 -17
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/include/transcribe.h +20 -15
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-backend.cpp +16 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-backend.h +9 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-load-common.cpp +23 -24
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/CMakeLists.txt +21 -0
- transcribe_cpp_native-0.1.3/tests/backend_probe_order_unit.cpp +64 -0
- transcribe_cpp_native-0.1.3/tests/cmake/ep-prefix-parent/CMakeLists.txt +32 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/.cargo/config.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/.clang-format +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/.git-blame-ignore-revs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/.gitignore +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/AGENTS.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/CLAUDE.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/CMakePresets.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/CONTRIBUTING.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/LICENSE +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/RELEASING.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/THIRD-PARTY-LICENSES.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/LICENSE +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/_generate/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/_generate/check_version_sync.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/_generate/generate.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/examples/stream_wav.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/examples/transcribe_wav.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/src/transcribe_cpp/_abi.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/src/transcribe_cpp/_generated.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/src/transcribe_cpp/_library.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/src/transcribe_cpp/errors.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/src/transcribe_cpp/py.typed +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/conftest.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_abi.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_backends.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_device_select.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_errors.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_example.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_family_ext.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_lifetime.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_pcm.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_provider_discovery.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_streaming.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_transcribe.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/tests/test_utf8_paths.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python-native/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python-native/_contract.py.in +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python-native/transcribe_cpp_native/__init__.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python-native-cu12/LICENSE +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python-native-cu12/LICENSE-ggml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python-native-cu12/LICENSE-miniz +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python-native-cu12/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python-native-cu12/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/python-native-cu12/transcribe_cpp_native_cu12/__init__.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/sys/LICENSE +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/sys/src/lib.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/sys/src/transcribe_sys.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/LICENSE +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/build.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/examples/backend-select.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/examples/batch.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/examples/common/mod.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/examples/error-handling.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/examples/streaming.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/examples/transcribe-file.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/cancel.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/error.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/family.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/lib.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/logging.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/result.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/session.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/streaming.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/types.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/src/version.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/tests/cancel.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/tests/common/mod.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/tests/degradation.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/tests/device_select.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/tests/extensions.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/tests/family.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/tests/no_model.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/tests/streaming.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/tests/transcribe.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/xtask/Cargo.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/xtask/src/main.rs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/.gitignore +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Examples/TranscribeDemo/.gitignore +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Examples/TranscribeDemo/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Examples/TranscribeDemo/TranscribeDemo/Assets.xcassets/AccentColor.colorset/Contents.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Examples/TranscribeDemo/TranscribeDemo/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Examples/TranscribeDemo/TranscribeDemo/Assets.xcassets/Contents.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Examples/TranscribeDemo/TranscribeDemo/ContentView.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Examples/TranscribeDemo/TranscribeDemo/Resources/jfk.wav +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Examples/TranscribeDemo/TranscribeDemo/TranscribeDemoApp.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Examples/TranscribeDemo/TranscribeDemo/WavDecoder.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Examples/TranscribeDemo/project.yml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/LICENSE +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Package.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/ExampleSupport/ExampleSupport.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/ABIHash.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/Backend.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/Cancellation.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/Convenience.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/Family.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/Logging.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/Model.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/Options.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/Session.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/Streaming.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/TranscribeError.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/TranscribeCpp/Transcript.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/backend-select/main.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/batch/main.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/error-handling/main.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/streaming/main.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Sources/transcribe-file/main.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/THIRD-PARTY-LICENSES.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Tests/TranscribeCppTests/CancelTests.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Tests/TranscribeCppTests/DeviceSelectTests.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Tests/TranscribeCppTests/ExtensionTests.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Tests/TranscribeCppTests/FamilyStreamTests.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Tests/TranscribeCppTests/LoggingTests.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Tests/TranscribeCppTests/NoModelTests.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Tests/TranscribeCppTests/StreamingTests.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Tests/TranscribeCppTests/TestSupport.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/swift/Tests/TranscribeCppTests/TranscribeTests.swift +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/.gitignore +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/LICENSE +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/examples/_support.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/examples/backend-select.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/examples/batch.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/examples/error-handling.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/examples/streaming.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/examples/transcribe-file.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/scripts/build-from-source.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/scripts/pack-platform.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/src/_generated.ts +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/src/abi.ts +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/src/cuda.ts +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/src/errors.ts +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/src/ffi.ts +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/src/index.ts +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/src/loader.ts +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/src/native.ts +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/src/version.ts +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/test/batch.test.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/test/cancel.test.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/test/common.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/test/device-select.test.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/test/family.test.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/test/lifetime.test.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/test/no-model.test.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/test/pcm.test.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/test/streaming.test.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/test/transcribe.test.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/tsconfig.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/cmake/python-wheel-install.cmake +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/cmake/transcribe-backend-kinds.cmake +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/cmake/transcribe-install.cmake +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/_templates/model-card.md.j2 +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/bindings.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/environment-variables.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/extension-kinds.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/input-limits.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/model-family-testing.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/canary-180m-flash.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/canary-1b-flash.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/canary-1b-v2.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/canary-1b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/canary-qwen-2.5b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/canary.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/cohere-transcribe-03-2026.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/fun-asr-mlt-nano-2512.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/fun-asr-nano-2512.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/fun-asr-nano.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/gigaam-v3-ctc.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/gigaam-v3-e2e-ctc.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/gigaam-v3-e2e-rnnt.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/gigaam-v3-rnnt.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/gigaam.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/granite-4.0-1b-speech.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/granite-speech-4.1-2b-nar.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/granite-speech-4.1-2b-plus.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/granite-speech-4.1-2b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/granite-speech.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/medasr.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/moonshine-base.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/moonshine-streaming-medium.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/moonshine-streaming-small.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/moonshine-streaming-tiny.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/moonshine-streaming.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/moonshine-tiny.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/moonshine.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/nemotron-3.5-asr-streaming-0.6b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/nemotron-speech-streaming-en-0.6b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/parakeet-ctc-0.6b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/parakeet-ctc-1.1b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/parakeet-rnnt-0.6b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/parakeet-rnnt-1.1b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/parakeet-tdt-0.6b-v2.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/parakeet-tdt-0.6b-v3.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/parakeet-tdt-1.1b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/parakeet-tdt_ctc-1.1b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/parakeet-tdt_ctc-110m.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/parakeet-unified-en-0.6b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/parakeet.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/qwen3-asr-0.6b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/qwen3-asr-1.7b.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/qwen3-asr.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/sensevoice-small.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/voxtral-mini-3b-2507.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/voxtral-realtime.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/voxtral-small-24b-2507.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/voxtral.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-base.en.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-base.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-large-v2.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-large-v3-turbo.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-large-v3.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-large.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-medium.en.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-medium.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-small.en.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-small.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-tiny.en.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper-tiny.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/models/whisper.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/0-porting.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/1-reference-research.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/1a-intake.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/2-artifacts-and-goldens.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/3-conversion.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/4-numerical-validation.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/4a-numerical-troubleshooting.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/5-benchmarks.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/6-family-checklist.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/_forward-map-template.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/_intake-schema.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/_template.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/canary.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/canary_qwen.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/cohere.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/funasr_nano.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/gigaam.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/granite.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/granite_nar.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/medasr.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/moonshine.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/moonshine_streaming.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/parakeet.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/qwen3_asr.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/sensevoice.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/voxtral.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/voxtral_realtime.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/families/whisper.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/porting/ggml-reference-map.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/tools/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/tools/benchmarking.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/tools/compare-tensors.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/tools/conversion.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/tools/hf-metadata-schema.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/tools/quantization.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/tools/reference-dumps.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/tools/validate.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/docs/tools/wer.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/bench/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/bench/batch_bench.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/cli/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/cli/main.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/common/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/common/dr_wav.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/common/wav.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/common/wav.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/hello/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/hello/main.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/hello_stream/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/examples/hello_stream/main.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/.editorconfig +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/.gitignore +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/.gitmodules +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/AUTHORS +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/CONTRIBUTING.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/LICENSE +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/UPSTREAM +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/ci/run.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/cmake/FindNCCL.cmake +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/cmake/GitVars.cmake +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/cmake/common.cmake +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/cmake/ggml-config.cmake.in +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/docs/gguf.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/common-ggml.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/common-ggml.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/common.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/common.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/convert-cerebras-to-ggml.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/convert-ckpt-to-ggml.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/convert-h5-to-ggml.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/download-ggml-model.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/download-model.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/main-alloc.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/main-backend.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/main-batched.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/main-ctx.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/main-sched.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-2/quantize.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-j/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-j/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-j/convert-h5-to-ggml.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-j/download-ggml-model.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-j/download-model.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-j/main.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/gpt-j/quantize.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/magika/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/magika/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/magika/convert.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/magika/main.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/mnist/.gitignore +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/mnist/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/mnist/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/mnist/mnist-common.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/mnist/mnist-common.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/mnist/mnist-eval.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/mnist/mnist-train-cnn.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/mnist/mnist-train-fc.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/mnist/mnist-train.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/mnist/server.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/perf-metal/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/perf-metal/perf-metal.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/dolly-v2.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/gpt-2-chinese.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/gpt-2.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/gpt-j.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/gpt-neox-japanese.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/gpt-neox.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/polyglot-ko.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/replit.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/starcoder.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/test-cases.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/tokenize_huggingface.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/prompts/whisper.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/api.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/example_add_quant.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/example_test_all_quants.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/ggml/__init__.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/ggml/__init__.pyi +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/ggml/cffi.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/ggml/ffi/__init__.pyi +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/ggml/utils.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/regenerate.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/stubs.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/python/test_tensor.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/sam/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/sam/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/sam/convert-pth-to-ggml.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/sam/example.jpg +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/sam/sam.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/simple/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/simple/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/simple/simple-backend.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/simple/simple-ctx.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/stb_image.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/stb_image_write.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/test-cmake/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/test-cmake/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/test-cmake/test-cmake.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/convert-yolov3-tiny.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/coco.names +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/100_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/100_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/100_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/100_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/100_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/100_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/100_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/100_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/101_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/101_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/101_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/101_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/101_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/101_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/101_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/101_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/102_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/102_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/102_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/102_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/102_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/102_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/102_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/102_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/103_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/103_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/103_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/103_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/103_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/103_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/103_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/103_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/104_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/104_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/104_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/104_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/104_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/104_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/104_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/104_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/105_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/105_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/105_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/105_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/105_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/105_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/105_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/105_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/106_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/106_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/106_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/106_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/106_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/106_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/106_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/106_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/107_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/107_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/107_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/107_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/107_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/107_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/107_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/107_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/108_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/108_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/108_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/108_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/108_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/108_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/108_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/108_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/109_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/109_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/109_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/109_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/109_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/109_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/109_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/109_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/110_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/110_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/110_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/110_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/110_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/110_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/110_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/110_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/111_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/111_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/111_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/111_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/111_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/111_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/111_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/111_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/112_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/112_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/112_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/112_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/112_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/112_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/112_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/112_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/113_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/113_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/113_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/113_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/113_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/113_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/113_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/113_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/114_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/114_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/114_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/114_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/114_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/114_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/114_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/114_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/115_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/115_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/115_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/115_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/115_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/115_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/115_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/115_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/116_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/116_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/116_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/116_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/116_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/116_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/116_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/116_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/117_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/117_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/117_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/117_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/117_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/117_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/117_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/117_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/118_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/118_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/118_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/118_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/118_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/118_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/118_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/118_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/119_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/119_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/119_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/119_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/119_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/119_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/119_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/119_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/120_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/120_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/120_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/120_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/120_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/120_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/120_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/120_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/121_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/121_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/121_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/121_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/121_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/121_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/121_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/121_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/122_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/122_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/122_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/122_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/122_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/122_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/122_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/122_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/123_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/123_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/123_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/123_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/123_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/123_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/123_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/123_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/124_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/124_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/124_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/124_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/124_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/124_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/124_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/124_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/125_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/125_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/125_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/125_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/125_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/125_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/125_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/125_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/126_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/126_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/126_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/126_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/126_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/126_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/126_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/126_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/32_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/32_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/32_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/32_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/32_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/32_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/32_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/32_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/33_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/33_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/33_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/33_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/33_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/33_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/33_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/33_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/34_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/34_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/34_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/34_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/34_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/34_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/34_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/34_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/35_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/35_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/35_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/35_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/35_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/35_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/35_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/35_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/36_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/36_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/36_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/36_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/36_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/36_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/36_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/36_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/37_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/37_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/37_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/37_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/37_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/37_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/37_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/37_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/38_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/38_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/38_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/38_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/38_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/38_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/38_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/38_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/39_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/39_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/39_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/39_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/39_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/39_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/39_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/39_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/40_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/40_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/40_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/40_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/40_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/40_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/40_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/40_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/41_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/41_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/41_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/41_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/41_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/41_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/41_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/41_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/42_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/42_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/42_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/42_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/42_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/42_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/42_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/42_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/43_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/43_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/43_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/43_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/43_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/43_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/43_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/43_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/44_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/44_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/44_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/44_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/44_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/44_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/44_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/44_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/45_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/45_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/45_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/45_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/45_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/45_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/45_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/45_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/46_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/46_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/46_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/46_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/46_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/46_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/46_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/46_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/47_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/47_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/47_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/47_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/47_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/47_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/47_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/47_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/48_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/48_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/48_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/48_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/48_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/48_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/48_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/48_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/49_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/49_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/49_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/49_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/49_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/49_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/49_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/49_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/50_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/50_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/50_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/50_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/50_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/50_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/50_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/50_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/51_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/51_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/51_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/51_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/51_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/51_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/51_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/51_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/52_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/52_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/52_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/52_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/52_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/52_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/52_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/52_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/53_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/53_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/53_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/53_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/53_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/53_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/53_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/53_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/54_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/54_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/54_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/54_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/54_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/54_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/54_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/54_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/55_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/55_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/55_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/55_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/55_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/55_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/55_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/55_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/56_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/56_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/56_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/56_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/56_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/56_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/56_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/56_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/57_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/57_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/57_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/57_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/57_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/57_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/57_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/57_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/58_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/58_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/58_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/58_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/58_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/58_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/58_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/58_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/59_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/59_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/59_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/59_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/59_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/59_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/59_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/59_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/60_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/60_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/60_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/60_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/60_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/60_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/60_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/60_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/61_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/61_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/61_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/61_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/61_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/61_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/61_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/61_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/62_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/62_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/62_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/62_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/62_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/62_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/62_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/62_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/63_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/63_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/63_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/63_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/63_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/63_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/63_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/63_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/64_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/64_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/64_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/64_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/64_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/64_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/64_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/64_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/65_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/65_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/65_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/65_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/65_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/65_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/65_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/65_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/66_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/66_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/66_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/66_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/66_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/66_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/66_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/66_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/67_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/67_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/67_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/67_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/67_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/67_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/67_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/67_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/68_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/68_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/68_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/68_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/68_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/68_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/68_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/68_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/69_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/69_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/69_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/69_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/69_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/69_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/69_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/69_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/70_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/70_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/70_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/70_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/70_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/70_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/70_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/70_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/71_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/71_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/71_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/71_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/71_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/71_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/71_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/71_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/72_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/72_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/72_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/72_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/72_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/72_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/72_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/72_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/73_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/73_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/73_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/73_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/73_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/73_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/73_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/73_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/74_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/74_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/74_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/74_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/74_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/74_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/74_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/74_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/75_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/75_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/75_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/75_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/75_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/75_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/75_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/75_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/76_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/76_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/76_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/76_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/76_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/76_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/76_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/76_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/77_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/77_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/77_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/77_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/77_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/77_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/77_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/77_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/78_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/78_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/78_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/78_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/78_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/78_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/78_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/78_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/79_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/79_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/79_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/79_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/79_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/79_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/79_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/79_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/80_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/80_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/80_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/80_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/80_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/80_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/80_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/80_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/81_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/81_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/81_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/81_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/81_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/81_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/81_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/81_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/82_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/82_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/82_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/82_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/82_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/82_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/82_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/82_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/83_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/83_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/83_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/83_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/83_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/83_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/83_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/83_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/84_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/84_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/84_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/84_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/84_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/84_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/84_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/84_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/85_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/85_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/85_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/85_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/85_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/85_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/85_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/85_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/86_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/86_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/86_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/86_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/86_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/86_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/86_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/86_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/87_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/87_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/87_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/87_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/87_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/87_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/87_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/87_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/88_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/88_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/88_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/88_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/88_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/88_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/88_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/88_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/89_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/89_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/89_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/89_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/89_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/89_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/89_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/89_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/90_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/90_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/90_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/90_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/90_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/90_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/90_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/90_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/91_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/91_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/91_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/91_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/91_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/91_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/91_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/91_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/92_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/92_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/92_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/92_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/92_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/92_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/92_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/92_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/93_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/93_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/93_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/93_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/93_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/93_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/93_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/93_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/94_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/94_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/94_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/94_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/94_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/94_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/94_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/94_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/95_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/95_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/95_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/95_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/95_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/95_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/95_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/95_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/96_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/96_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/96_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/96_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/96_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/96_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/96_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/96_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/97_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/97_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/97_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/97_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/97_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/97_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/97_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/97_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/98_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/98_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/98_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/98_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/98_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/98_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/98_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/98_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/99_0.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/99_1.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/99_2.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/99_3.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/99_4.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/99_5.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/99_6.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/data/labels/99_7.png +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/yolo-image.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/yolo-image.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/examples/yolo/yolov3-tiny.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/ggml.pc.in +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-alloc.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-backend.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-blas.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-cann.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-cpp.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-cpu.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-cuda.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-hexagon.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-metal.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-opencl.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-openvino.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-opt.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-rpc.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-sycl.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-virtgpu.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-vulkan.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-webgpu.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-zdnn.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml-zendnn.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/ggml.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/include/gguf.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/requirements.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/scripts/gen-authors.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/scripts/release.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/scripts/sync-llama-am.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/scripts/sync-llama.last +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/scripts/sync-llama.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/scripts/sync-whisper-am.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/scripts/sync-whisper.last +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/scripts/sync-whisper.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-alloc.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-backend-dl.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-backend-dl.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-backend-impl.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-backend-meta.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-backend-reg.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-backend.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-blas/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-blas/ggml-blas.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cann/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cann/acl_tensor.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cann/acl_tensor.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cann/aclnn_ops.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cann/aclnn_ops.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cann/common.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cann/ggml-cann.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-common.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/amx/amx.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/amx/amx.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/amx/common.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/amx/mmq.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/amx/mmq.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/arm/quants.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/arm/repack.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/loongarch/quants.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/powerpc/quants.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/riscv/quants.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/riscv/repack.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/s390/quants.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/wasm/quants.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/x86/quants.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch/x86/repack.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/arch-fallback.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/binary-ops.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/binary-ops.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/cmake/FindSIMD.cmake +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/cmake/FindSMTIME.cmake +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/common.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/ggml-cpu-impl.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/ggml-cpu.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/ggml-cpu.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/hbm.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/hbm.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/kleidiai/kernels.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/kleidiai/kernels.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/kleidiai/kleidiai.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/llamafile/sgemm.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/llamafile/sgemm.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/ops.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/ops.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/quants.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/quants.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/repack.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/repack.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/simd-gemm.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/simd-mappings.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/ime.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/ime.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/ime2_kernels.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/ime_env.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/ime_env.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/ime_kernels.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/repack.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/repack.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/rvv_kernels.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/rvv_kernels.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/spine_barrier.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/spine_mem_pool.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/spine_mem_pool.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/spacemit/spine_tcm.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/traits.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/traits.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/unary-ops.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/unary-ops.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/vec.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cpu/vec.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/acc.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/acc.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/add-id.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/add-id.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/allreduce.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/allreduce.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/arange.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/arange.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/argmax.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/argmax.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/argsort.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/argsort.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/binbcast.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/binbcast.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/clamp.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/clamp.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/col2im-1d.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/col2im-1d.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/common.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/concat.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/concat.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/conv-transpose-1d.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/conv-transpose-1d.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/conv2d-dw.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/conv2d-dw.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/conv2d-transpose.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/conv2d-transpose.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/conv2d.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/conv2d.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/convert.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/convert.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/count-equal.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/count-equal.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/cp-async.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/cpy-utils.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/cpy.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/cpy.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/cross-entropy-loss.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/cross-entropy-loss.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/cumsum.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/cumsum.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/dequantize.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/diag.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/diag.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/diagmask.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/diagmask.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fattn-common.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fattn-mma-f16.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fattn-tile.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fattn-tile.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fattn-vec.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fattn-wmma-f16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fattn-wmma-f16.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fattn.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fattn.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fill.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fill.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fwht.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/fwht.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/gated_delta_net.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/gated_delta_net.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/getrows.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/getrows.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/ggml-cuda.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/gla.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/gla.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/im2col.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/im2col.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mean.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mean.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mma.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mmf.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mmf.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mmid.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mmid.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mmq.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mmq.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mmvf.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mmvf.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mmvq.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/mmvq.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/norm.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/norm.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/opt-step-adamw.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/opt-step-adamw.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/opt-step-sgd.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/opt-step-sgd.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/out-prod.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/out-prod.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/pad.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/pad.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/pad_reflect_1d.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/pad_reflect_1d.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/pool2d.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/pool2d.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/quantize.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/quantize.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/reduce_rows.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/roll.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/roll.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/rope.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/rope.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/scale.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/scale.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/set-rows.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/set-rows.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/set.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/set.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/snake.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/snake.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/softcap.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/softcap.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/softmax.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/softmax.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/solve_tri.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/solve_tri.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/ssm-conv.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/ssm-conv.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/ssm-scan.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/ssm-scan.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/sum.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/sum.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/sumrows.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/sumrows.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_32.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_1-ncols2_8.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_2.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_16-ncols2_4.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_32.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_4.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_2-ncols2_8.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_32-ncols2_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_32-ncols2_2.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_2.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_4.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_4-ncols2_8.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_64-ncols2_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_2.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_4.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-mma-f16-instance-ncols1_8-ncols2_8.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq112-dv112.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq128-dv128.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq192-dv128.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq256-dv256.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq320-dv256.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq40-dv40.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq512-dv512.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq576-dv512.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq64-dv64.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq72-dv72.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq80-dv80.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-tile-instance-dkq96-dv96.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-bf16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-f16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q4_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q4_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q5_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q5_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-bf16-q8_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-bf16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-f16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q4_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q4_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q5_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q5_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-f16-q8_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-bf16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-f16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q4_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q4_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q5_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q5_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_0-q8_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-bf16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-f16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q4_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q4_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q5_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q5_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q4_1-q8_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-bf16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-f16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q4_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q4_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q5_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q5_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_0-q8_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-bf16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-f16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q4_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q4_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q5_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q5_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q5_1-q8_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-bf16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-f16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q4_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q4_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q5_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q5_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/fattn-vec-instance-q8_0-q8_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/generate_cu_files.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_10.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_11.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_12.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_13.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_14.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_15.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_16.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_2.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_3.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_4.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_5.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_6.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_7.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_8.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmf-instance-ncols_9.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-iq1_s.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_s.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xs.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-iq2_xxs.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_s.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-iq3_xxs.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_nl.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-iq4_xs.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-mxfp4.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-nvfp4.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-q1_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-q2_k.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-q3_k.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-q4_k.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_1.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-q5_k.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-q6_k.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/template-instances/mmq-instance-q8_0.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/top-k.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/top-k.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/topk-moe.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/topk-moe.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/tri.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/tri.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/tsembd.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/tsembd.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/unary.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/unary.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/upscale.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/upscale.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/vecdotq.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/vendors/cuda.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/vendors/hip.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/vendors/musa.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/wkv.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-cuda/wkv.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/ggml-hexagon.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/act-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/argsort-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/binary-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/cmake-toolchain.cmake +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/concat-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/cpy-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/cumsum-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/diag-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/fill-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/flash-attn-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/gated-delta-net-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/get-rows-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hex-dma.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hex-dma.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hex-dump.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hex-fastdiv.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hex-profile.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hex-utils.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hmx-flash-attn-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hmx-matmul-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hmx-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hmx-ops.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hmx-queue.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hmx-queue.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hmx-utils.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/htp-ctx.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/htp-ops.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/htp_iface.idl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-arith.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-base.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-copy.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-div.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-dump.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-exp.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-flash-attn.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-floor.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-inverse.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-log.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-pow.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-reduce.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-repl.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-scale.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-sin-cos.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-sqrt.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-types.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/hvx-utils.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/main.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/matmul-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/pad-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/repeat-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/rope-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/set-rows-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/softmax-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/solve-tri-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/ssm-conv.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/sum-rows-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/unary-ops.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/vtcm-utils.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/worker-pool.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp/worker-pool.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp-drv.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp-drv.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/htp-opnode.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/libdl.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hexagon/libggml-htp.inf +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-hip/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-impl.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal-common.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal-common.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal-context.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal-context.m +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal-device.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal-device.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal-device.m +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal-impl.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal-ops.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal-ops.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-metal/ggml-metal.metal +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-musa/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-musa/mudnn.cu +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-musa/mudnn.cuh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/ggml-opencl.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/add.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/add_id.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/argsort.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/clamp.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/concat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/conv2d.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/conv2d_f16_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/cpy.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/cumsum.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/cvt.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/diag.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/diag_mask_inf.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/div.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/embed_kernel.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/exp.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/expm1.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/fill.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/flash_attn_f16.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/flash_attn_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/flash_attn_f32_f16.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gated_delta_net.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gelu.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_moe_mxfp4_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_moe_mxfp4_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_moe_q4_0_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_moe_q4_1_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_moe_q4_k_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_moe_q5_0_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_moe_q5_1_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_moe_q5_k_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_moe_q6_k_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_noshuffle_iq4_nl_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q4_0_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q4_1_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q4_k_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q5_0_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q5_1_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q5_k_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q6_k_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_noshuffle_q8_0_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemm_xmem_f16_f32_os8.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_moe_mxfp4_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_moe_mxfp4_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_moe_q4_0_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_moe_q4_1_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_moe_q4_k_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_moe_q5_0_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_moe_q5_1_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_moe_q5_k_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_moe_q6_k_f32_ns.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_noshuffle_iq4_nl_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q4_0_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q4_0_f32_spec.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q4_1_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q4_k_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q5_0_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q5_1_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q5_k_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q6_k_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/gemv_noshuffle_q8_0_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/get_rows.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/glu.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/group_norm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/im2col_f16.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/im2col_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/l2_norm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mean.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/moe_reorder_b.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/moe_sort_by_expert.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mat_f16_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_f16_f32_kq_kqv.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_f16_f32_l4_lm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_f32_f32_l4_lm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_iq4_nl_f32_l4_lm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_q4_0_f32_l4_lm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_q4_1_f32_l4_lm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_q4_k_f32_l4_lm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_q5_0_f32_l4_lm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_q5_1_f32_l4_lm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_q5_k_f32_l4_lm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_q6_k_f32_l4_lm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mm_q8_0_f32_l4_lm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_f16_f16.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_f16_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_f16_f32_1row.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_f16_f32_l4.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_f32_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_id_mxfp4_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_id_mxfp4_f32_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_id_q4_0_f32_8x_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_id_q8_0_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_id_q8_0_f32_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_iq4_nl_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_iq4_nl_f32_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_mxfp4_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_mxfp4_f32_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_1d_16x_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_1d_8x_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_8x_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q4_0_f32_v.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q4_1_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q4_1_f32_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q4_k_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q4_k_f32_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q5_0_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q5_0_f32_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q5_1_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q5_1_f32_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q5_k_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q5_k_f32_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q6_k_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q6_k_f32_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q8_0_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/mul_mv_q8_0_f32_flat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/neg.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/norm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/pad.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/relu.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/repeat.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/rms_norm.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/rope.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/scale.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/set_rows.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/sigmoid.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/silu.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/softmax_4_f16.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/softmax_4_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/softmax_f16.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/softmax_f32.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/softplus.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/solve_tri.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/sqr.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/sqrt.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/ssm_conv.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/sub.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/sum_rows.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/tanh.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/transpose.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/tri.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/tsembd.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opencl/kernels/upscale.cl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/.clang-format +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/ggml-decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/ggml-decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/ggml-openvino-extra.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/ggml-openvino-extra.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/ggml-openvino.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/ggml-quants.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/ggml-quants.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/frontend.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/frontend.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/input_model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/input_model.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/node_context.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/add_id.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/argsort.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/clamp.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/concat.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/cont.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/cpy.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/div.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/gated_delta_net.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/gated_delta_net.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/get_rows.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/im2col.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/l2_norm.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/mul_mat_id.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/mulmat.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/norm.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/pad.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/permute.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/repeat.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/reshape.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/rope.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/scale.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/set_rows.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/softmax.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/ssm_conv.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/sum_rows.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/transpose.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/unary_softplus.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op/view.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op_table.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/op_table.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/pass/mark_decompression_convert_constant_folding.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/rt_info/weightless_caching_attributes.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/translate_session.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/translate_session.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/utils.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/openvino/utils.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/utils.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-openvino/utils.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-opt.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-quants.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-quants.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-rpc/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-rpc/ggml-rpc.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-rpc/transport.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-rpc/transport.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/add-id.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/add-id.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/backend.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/binbcast.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/binbcast.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/common.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/common.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/concat.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/concat.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/conv.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/conv.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/conv2d-dw.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/conv2d-dw.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/conv2d-transpose.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/conv2d-transpose.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/conv2d.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/conv2d.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/conv3d.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/conv3d.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/convert.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/convert.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/count-equal.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/count-equal.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/cpy.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/cpy.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/cumsum.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/cumsum.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/dequantize.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/diag.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/diag.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/dmmv.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/dmmv.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/dpct/helper.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/element_wise.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/element_wise.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/fattn-buffers.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/fattn-buffers.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/fattn-common.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/fattn-tile.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/fattn-tile.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/fattn-vec.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/fattn.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/fattn.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/fill.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/fill.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/gated_delta_net.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/gated_delta_net.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/gemm.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/getrows.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/getrows.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/ggml-sycl.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/gla.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/gla.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/im2col.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/im2col.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/mmq.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/mmq.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/mmvq.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/mmvq.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/norm.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/norm.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/outprod.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/outprod.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/pad.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/pad.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/pad_reflect_1d.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/pad_reflect_1d.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/pool.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/pool.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/presets.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/quantize.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/quants.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/repeat_back.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/repeat_back.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/roll.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/roll.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/rope.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/rope.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/set.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/set.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/set_rows.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/set_rows.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/softmax.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/softmax.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/solve_tri.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/solve_tri.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/ssm_conv.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/ssm_conv.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/ssm_scan.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/ssm_scan.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/sycl_hw.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/sycl_hw.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq112-dv112.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq128-dv128.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq256-dv256.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq40-dv40.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq512-dv512.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq576-dv512.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq64-dv64.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq72-dv72.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq80-dv80.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-tile-instance-dkq96-dv96.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-f16.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q4_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q5_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-f16-q8_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-f16.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q4_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q5_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_0-q8_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-f16.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q4_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q5_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q4_1-q8_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-f16.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q4_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q5_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_0-q8_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-f16.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q4_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q5_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q5_1-q8_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-f16.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q4_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q5_1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/template-instances/fattn-vec-instance-q8_0-q8_0.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/tsembd.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/tsembd.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/type.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/upscale.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/upscale.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/vecdotq.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/wkv.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-sycl/wkv.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-threading.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-threading.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/backend-convert.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/backend-dispatched.gen.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/backend-dispatched.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/backend-virgl-apir.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/backend.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/backend/shared/apir_cs_rpc.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/ggml-backend-device.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/ggml-backend.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/ggml-remoting.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/ggmlremoting_functions.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/include/apir_hw.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/regenerate_remoting.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu-apir.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu-forward.gen.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu-shm.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu-shm.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu-utils.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu-utils.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-virtgpu/virtgpu.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/cmake/host-toolchain.cmake.in +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/ggml-vulkan.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/acc.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/add.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/add1.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/add_id.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/arange.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/argmax.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/argsort.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/argsort_large.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/clamp.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/col2im_1d.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/concat.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/contig_copy.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/conv2d_dw.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/conv2d_mm.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/conv_transpose_1d.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/copy.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/copy_from_quant.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/copy_to_quant.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/copy_transpose.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/cos.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/count_equal.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/count_experts.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/cumsum.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/cumsum_multipass1.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/cumsum_multipass2.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_f32.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_funcs.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_funcs_cm2.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_head.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq1_m.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq1_s.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_s.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_xs.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq2_xxs.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq3_s.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq3_xxs.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq4_nl.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_iq4_xs.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_mxfp4.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_nvfp4.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q1_0.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q2_k.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q3_k.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_0.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_1.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q4_k.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_0.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_1.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q5_k.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q6_k.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dequant_q8_0.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/diag.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/diag_mask_inf.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/div.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/dot_product_funcs.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/bfloat16.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/coopmat.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/coopmat2.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/coopmat2_decode_vector.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/feature-tests/integer_dot.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/fill.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_base.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_cm1.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_cm2.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_dequant.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_mask_opt.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_mmq_funcs.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn_split_k_reduce.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/fwht.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/gated_delta_net.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/geglu.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/geglu_erf.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/geglu_quick.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/generic_binary_head.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/generic_head.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/generic_unary_head.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/get_rows.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/get_rows_quant.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/glu_head.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/glu_main.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/group_norm.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/im2col.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/im2col_3d.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/l2_norm.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/leaky_relu.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/log.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_split_k_reduce.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_base.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iface.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq1_m.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq1_s.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_s.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_xs.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq2_xxs.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq3_s.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_iq3_xxs.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_nc.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_p021.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q2_k.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q3_k.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q4_k.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q5_k.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vec_q6_k.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vecq.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mat_vecq_funcs.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm_cm2.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm_funcs.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mm_id_funcs.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq_funcs.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/mul_mmq_shmem_types.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/multi_add.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/norm.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/opt_step_adamw.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/opt_step_sgd.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/pad.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/pool2d.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/quantize_q8_1.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/reglu.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/repeat.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/repeat_back.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/rms_norm.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/rms_norm_back.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/rms_norm_partials.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/roll.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/rope_funcs.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/rope_head.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/rope_multi.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/rope_neox.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/rope_norm.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/rope_params.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/rope_vision.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/scale.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/silu_back.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/sin.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/snake.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/soft_max.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_back.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large1.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large2.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large3.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/soft_max_large_common.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/solve_tri.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/sqrt.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/square.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/ssm_conv.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/ssm_scan.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/sub.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/sum_rows.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/sum_rows.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/swiglu.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/swiglu_oai.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/timestep_embedding.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/topk_argsort.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/topk_moe.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/topk_nary_search.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/tri.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/types.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/unary.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/upscale.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/utils.glsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/wkv6.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-vulkan/vulkan-shaders/wkv7.comp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/ggml-webgpu.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/pre_wgsl.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/add_id.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/argmax.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/argsort.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/argsort_merge.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/binary.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/common_decls.tmpl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/concat.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/conv2d.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/cpy.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/cumsum.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/embed_wgsl.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_quant_staging.tmpl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_tile.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_vec_blk.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_vec_reduce.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/flash_attn_vec_split.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/gated_delta_net.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/get_rows.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/glu.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/im2col.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/memset.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_decls.tmpl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_id.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_id_gather.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_id_vec.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_reg_tile.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_subgroup_matrix.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_vec.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_vec_acc.tmpl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_vec_q_acc.tmpl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/pad.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/quant_inner_loops.tmpl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/quantize_q8.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/repeat.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/rms_norm_mul.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/rope.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/row_norm.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/scale.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/set.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/set_rows.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/set_rows_quant.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/soft_max.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/solve_tri.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/ssm_conv.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/ssm_scan.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/sum_rows.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/unary.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-webgpu/wgsl-shaders/upscale.wgsl +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-zdnn/.gitignore +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-zdnn/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-zdnn/common.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-zdnn/ggml-zdnn.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-zdnn/mmf.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-zdnn/mmf.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-zdnn/utils.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-zdnn/utils.hpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-zendnn/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml-zendnn/ggml-zendnn.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/ggml.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/src/gguf.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-arange.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-backend-ops.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-cont.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-conv-transpose-1d.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-conv-transpose.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-conv1d-dw-c1.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-conv1d-dw-c2.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-conv1d.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-conv2d-dw.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-conv2d.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-customop.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-dup.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-interpolate.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-opt.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-pad-reflect-1d.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-pool.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-quantize-fns.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-quantize-perf.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-rel-pos.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-roll.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/ggml/tests/test-timestep_embedding.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/include/transcribe/extensions.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/include/transcribe/moonshine_streaming.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/include/transcribe/parakeet.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/include/transcribe/voxtral_realtime.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/include/transcribe/whisper.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/include/transcribe.abihash +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/samples/jfk.wav +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/audit_gguf_metadata.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/batch_parity.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/batch_tensor_parity.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/bench/compare.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/bench/run.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/build_canary_qwen_oracle.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/build_gigaam_oracle.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/build_medasr_oracle.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/build_wheel_index.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/build_xcframework.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/check_lane_mirror.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/clang-format.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/co_import_smoke.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/extract_native_bundle.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/link_smoke.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/link_smoke.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/manylinux-vulkan-toolchain.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/modal_cuda_build.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/package_xcframework.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/rust_package_audit.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/rust_packed_smoke.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/swift_abihash_check.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/ts_packed_smoke.mjs +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/vulkan_degradation_check.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/ci/wheel_smoke.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/compare_tensors.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-canary-qwen.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-canary.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-cohere.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-funasr_nano.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-gigaam.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-granite.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-granite_nar.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-medasr.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-moonshine.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-moonshine_streaming.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-parakeet.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-qwen3_asr.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-sensevoice.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-voxtral.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-voxtral_realtime.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/convert-whisper.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_canary_nemo.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_canary_qwen_nemo.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_cohere_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_funasr_nano_funasr.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_gigaam_author.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_granite_nar_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_granite_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_medasr_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_moonshine_streaming_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_moonshine_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_parakeet_nemo.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_qwen3_asr_author.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_sensevoice_funasr.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_voxtral_realtime_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_voxtral_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/dump_reference_whisper_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/canary/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/canary/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/canary_qwen/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/canary_qwen/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/cohere/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/cohere/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/funasr_nano/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/funasr_nano/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/gigaam/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/gigaam/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/granite/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/granite/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/granite_nar/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/granite_nar/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/medasr/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/medasr/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/moonshine/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/moonshine/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/moonshine_streaming/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/moonshine_streaming/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/parakeet/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/parakeet/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/qwen3_asr/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/qwen3_asr/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/sensevoice/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/sensevoice/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/voxtral/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/voxtral/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/voxtral_realtime/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/voxtral_realtime/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/whisper/pyproject.toml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/envs/whisper/uv.lock +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/breeze-asr-25.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/canary-180m-flash.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/canary-1b-flash.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/canary-1b-v2.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/canary-1b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/canary-qwen-2.5b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/cohere-transcribe-03-2026.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/fun-asr-mlt-nano-2512.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/fun-asr-nano-2512.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/generate.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/gigaam-v3-ctc.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/gigaam-v3-e2e-ctc.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/gigaam-v3-e2e-rnnt.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/gigaam-v3-rnnt.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/granite-4.0-1b-speech.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/granite-speech-4.1-2b-nar.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/granite-speech-4.1-2b-plus.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/granite-speech-4.1-2b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/medasr.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-base-ar.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-base-ja.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-base-ko.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-base-uk.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-base-vi.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-base-zh.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-base.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-streaming-medium.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-streaming-small.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-streaming-tiny.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-tiny-ar.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-tiny-ja.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-tiny-ko.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-tiny-uk.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-tiny-vi.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-tiny-zh.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/moonshine-tiny.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/nemotron-3.5-asr-streaming-0.6b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/nemotron-speech-streaming-en-0.6b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/parakeet-ctc-0.6b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/parakeet-ctc-1.1b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/parakeet-rnnt-0.6b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/parakeet-rnnt-1.1b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/parakeet-tdt-0.6b-v2.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/parakeet-tdt-0.6b-v3.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/parakeet-tdt-1.1b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/parakeet-tdt_ctc-1.1b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/parakeet-tdt_ctc-110m.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/parakeet-unified-en-0.6b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/qwen3-asr-0.6b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/qwen3-asr-1.7b.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/sensevoice-small.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/template.md.j2 +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/voxtral-mini-3b-2507.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/voxtral-mini-4b-realtime-2602.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/voxtral-small-24b-2507.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-base.en.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-base.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-large-v2.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-large-v3-turbo.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-large-v3.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-large.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-medium.en.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-medium.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-small.en.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-small.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-tiny.en.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/hf_cards/whisper-tiny.yaml +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/intake.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/lib/__init__.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/lib/gguf_common.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/lib/hf_source.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/lib/quant_policy.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/lib/ref_dump.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/lib/test_gguf_writer.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/lib/test_quant_policy_sync.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/lib/test_quantize_bulk_trailer.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/preflight.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/quant_accuracy.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/quantize-all.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/release/check_registries.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/release/doctor.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/release/prepare.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/sync-ggml.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/tokenizer-parity-fixture.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/validate.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/validate_buffered_streaming.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/validate_streaming.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/compare.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/ingest.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/remote/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/remote/cache_paths.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/remote/dataset_specs.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/remote/fingerprints.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/remote/gpu_config.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/remote/modal_sweep.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/remote/model_specs.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/remote/output_paths.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/remote/reference_specs.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/remote/subprocess_io.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/remote/workdir.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_canary_nemo.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_canary_qwen_nemo.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_funasr_nano.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_gigaam_author.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_granite_nar_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_granite_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_medasr_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_parakeet_buffered_streaming_nemo.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_parakeet_nemo.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_parakeet_streaming_nemo.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_qwen3_asr_author.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_sensevoice.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_voxtral_realtime_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/run_reference_voxtral_transformers.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/score.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/setup.sh +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/wer/subset.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/scripts/whisper_long_form_parity.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary/canary.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary_qwen/canary_qwen.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary_qwen/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary_qwen/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary_qwen/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary_qwen/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary_qwen/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary_qwen/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary_qwen/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/canary_qwen/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/cohere/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/cohere/cohere.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/cohere/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/cohere/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/cohere/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/cohere/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/cohere/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/cohere/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/cohere/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/funasr_nano/adaptor.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/funasr_nano/adaptor.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/funasr_nano/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/funasr_nano/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/funasr_nano/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/funasr_nano/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/funasr_nano/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/funasr_nano/funasr_nano.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/funasr_nano/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/funasr_nano/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/funasr_nano/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/gigaam/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/gigaam/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/gigaam/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/gigaam/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/gigaam/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/gigaam/gigaam.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/gigaam/mel.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/gigaam/mel.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/gigaam/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/gigaam/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/gigaam/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite/granite.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite/projector.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite/projector.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite_nar/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite_nar/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite_nar/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite_nar/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite_nar/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite_nar/granite_nar.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite_nar/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite_nar/projector.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite_nar/projector.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite_nar/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/granite_nar/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/medasr/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/medasr/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/medasr/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/medasr/medasr.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/medasr/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/medasr/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/medasr/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine/moonshine.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine_streaming/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine_streaming/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine_streaming/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine_streaming/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine_streaming/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine_streaming/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine_streaming/moonshine_streaming.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine_streaming/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/moonshine_streaming/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/parakeet/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/parakeet/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/parakeet/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/parakeet/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/parakeet/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/parakeet/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/parakeet/parakeet.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/parakeet/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/parakeet/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/qwen3_asr/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/qwen3_asr/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/qwen3_asr/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/qwen3_asr/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/qwen3_asr/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/qwen3_asr/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/qwen3_asr/qwen3_asr.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/qwen3_asr/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/qwen3_asr/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/sensevoice/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/sensevoice/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/sensevoice/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/sensevoice/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/sensevoice/sensevoice.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/sensevoice/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/sensevoice/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral/voxtral.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral_realtime/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral_realtime/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral_realtime/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral_realtime/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral_realtime/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral_realtime/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral_realtime/voxtral_realtime.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral_realtime/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/voxtral_realtime/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/bin_load.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/bin_load.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/capabilities.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/decoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/decoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/encoder.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/encoder.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/public.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/weights.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/weights.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/arch/whisper/whisper.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/causal_lm/causal_lm.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/causal_lm/causal_lm.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/conformer/conformer.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/conformer/conformer.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/granite_conformer/shaw_attn.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/granite_conformer/shaw_attn.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/sanm/sanm.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/sanm/sanm.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/third_party/miniz/LICENSE +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/third_party/miniz/UPSTREAM +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/third_party/miniz/miniz.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/third_party/miniz/miniz.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-abi.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-arch.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-arch.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-batch-util.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-batch-util.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-bin-loader.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-bin-loader.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-debug.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-debug.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-env.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-env.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-flash-policy.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-flash-policy.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-kaldi-fbank.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-kaldi-fbank.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-load-common.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-loader.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-loader.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-log.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-mel.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-mel.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-meta.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-meta.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-model.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-model.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-path.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-session.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-tokenizer.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-tokenizer.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-unicode-data.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-unicode.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-unicode.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-weights-util.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe-weights-util.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/src/transcribe.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/api_smoke.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/backend_classification_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/backend_init_throw_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/backend_init_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/backend_metal_simdgroup_gate_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/check_extension_umbrella.cmake +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/cohere_e2e_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/cohere_real_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/cohere_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/conv_pw_promote_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/debug_dump_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/decoder_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/fixtures/make_gguf_fixtures.py +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/fixtures/qwen3_asr_bpe_parity.inc +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/batch/medasr.cpu.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/batch/nemotron-3.5-asr-streaming-0.6b.cpu.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/batch/parakeet-tdt-0.6b-v2.cpu.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/batch/sensevoice-small.cpu.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/batch/voxtral-mini-3b-2507.cpu.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/batch/voxtral-mini-4b-realtime-2602.cpu.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/canary/canary-180m-flash.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/canary/canary-1b-flash.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/canary/canary-1b-v2.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/canary/canary-1b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/canary_qwen/canary-qwen-2.5b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/cohere/cohere-transcribe-03-2026.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/funasr_nano/fun-asr-mlt-nano-2512.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/funasr_nano/fun-asr-nano-2512.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/gigaam/gigaam-v3-ctc.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/gigaam/gigaam-v3-e2e-ctc.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/gigaam/gigaam-v3-e2e-rnnt.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/gigaam/gigaam-v3-rnnt.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/granite/granite-4.0-1b-speech.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/granite/granite-speech-4.1-2b-plus.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/granite/granite-speech-4.1-2b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/granite_nar/granite-speech-4.1-2b-nar.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/medasr/medasr.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/moonshine/moonshine-base.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/moonshine/moonshine-tiny.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/moonshine_streaming/moonshine-streaming-medium.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/moonshine_streaming/moonshine-streaming-small.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/moonshine_streaming/moonshine-streaming-tiny.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/nemotron-3.5-asr-streaming-0.6b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/nemotron-speech-streaming-en-0.6b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/parakeet-ctc-0.6b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/parakeet-ctc-1.1b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/parakeet-rnnt-0.6b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/parakeet-rnnt-1.1b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/parakeet-tdt-0.6b-v2.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/parakeet-tdt-0.6b-v3.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/parakeet-tdt-1.1b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/parakeet-tdt_ctc-1.1b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/parakeet-tdt_ctc-110m.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/parakeet/parakeet-unified-en-0.6b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/qwen3_asr/qwen3-asr-0.6b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/qwen3_asr/qwen3-asr-1.7b.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/sensevoice/sensevoice-small.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/voxtral/voxtral-mini-3b-2507.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/voxtral/voxtral-mini-4b-realtime-2602.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/voxtral/voxtral-small-24b-2507.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/voxtral_realtime/voxtral-mini-4b-realtime-2602.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-base.en.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-base.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-large-v2.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-large-v3-turbo.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-large-v3.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-large.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-medium.en.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-medium.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-small.en.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-small.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-tiny.en.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/golden/whisper/whisper-tiny.manifest.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/lint_teardown.cmake +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/loader_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/log_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/mel_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/moonshine_streaming_batch_truncation.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/moonshine_streaming_stream_parity.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/parakeet_chunked_limited_with_rc_mask_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/parakeet_real_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/parakeet_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/parakeet_stream_ext_reject_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/qwen3_asr_batch_truncation.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/qwen3_asr_bpe_parity.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/qwen3_asr_e2e_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/qwen3_asr_real_smoke_0_6b.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/qwen3_asr_real_smoke_1_7b.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/qwen3_asr_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/run_dispatch_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/stream_capability_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/stream_committed_pointer_stability.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/stream_dispatch_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/teardown_safety_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/thread_default_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/threadpool_oversubscription.c +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tokenizer_decode_only_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tokenizer_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/canary.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/canary_qwen.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/cohere.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/funasr_nano.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/gigaam.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/granite.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/granite_nar.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/medasr.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/moonshine.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/moonshine_streaming.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/nemotron-3.5-asr-streaming-0.6b.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/nemotron-speech-streaming-en-0.6b.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/nemotron-speech-streaming-en-0.6b.streaming.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/parakeet.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/qwen3_asr-1.7b.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/qwen3_asr.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/sensevoice.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/voxtral.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/voxtral_realtime.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-base.en.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-base.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-large-v2.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-large-v3-turbo.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-large-v3.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-large.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-medium.en.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-medium.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-small.en.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-small.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-tiny.en.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/tolerances/whisper-tiny.json +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/utf8_path_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/voxtral_realtime_real_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/wav_loader_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/whisper_bin_e2e_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/whisper_bin_parser_unit.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/whisper_bin_tokenize_parity.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/whisper_e2e_smoke.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tests/whisper_tokenize_parity.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tools/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tools/transcribe-bench/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tools/transcribe-bench/main.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tools/transcribe-quantize/CMakeLists.txt +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tools/transcribe-quantize/README.md +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tools/transcribe-quantize/main.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tools/transcribe-quantize/policy.cpp +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/tools/transcribe-quantize/policy.h +0 -0
- {transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/uv.lock +0 -0
|
@@ -396,6 +396,22 @@ if(MSVC)
|
|
|
396
396
|
endif()
|
|
397
397
|
endif()
|
|
398
398
|
|
|
399
|
+
# Windows MAX_PATH: relocate ExternalProjects (vulkan-shaders-gen) to a flat
|
|
400
|
+
# <build>/e/src/ layout; inherited by add_subdirectory, so the vendored ggml
|
|
401
|
+
# tree stays untouched. Anchored at CMAKE_CURRENT_BINARY_DIR so an embedding
|
|
402
|
+
# project's build root stays clean, and skipped entirely when the embedder
|
|
403
|
+
# already declared its own ExternalProject layout.
|
|
404
|
+
if(WIN32)
|
|
405
|
+
# The module defines EP_PREFIX/EP_BASE as INHERITED directory properties;
|
|
406
|
+
# without it the get below cannot see a value set by an embedding project.
|
|
407
|
+
include(ExternalProject)
|
|
408
|
+
get_directory_property(_ep_prefix EP_PREFIX)
|
|
409
|
+
get_directory_property(_ep_base EP_BASE)
|
|
410
|
+
if(NOT _ep_prefix AND NOT _ep_base)
|
|
411
|
+
set_property(DIRECTORY PROPERTY EP_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/e")
|
|
412
|
+
endif()
|
|
413
|
+
endif()
|
|
414
|
+
|
|
399
415
|
# ggml's CMake declares its own warning flags; let it.
|
|
400
416
|
add_subdirectory(ggml)
|
|
401
417
|
|
|
@@ -315,7 +315,7 @@ dependencies = [
|
|
|
315
315
|
|
|
316
316
|
[[package]]
|
|
317
317
|
name = "transcribe-cpp"
|
|
318
|
-
version = "0.1.
|
|
318
|
+
version = "0.1.3"
|
|
319
319
|
dependencies = [
|
|
320
320
|
"hound",
|
|
321
321
|
"log",
|
|
@@ -325,7 +325,7 @@ dependencies = [
|
|
|
325
325
|
|
|
326
326
|
[[package]]
|
|
327
327
|
name = "transcribe-cpp-sys"
|
|
328
|
-
version = "0.1.
|
|
328
|
+
version = "0.1.3"
|
|
329
329
|
dependencies = [
|
|
330
330
|
"cmake",
|
|
331
331
|
"serde_json",
|
|
@@ -45,6 +45,10 @@ cmake -B build -DTRANSCRIBE_VULKAN=ON
|
|
|
45
45
|
cmake --build build
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
+
On Windows, see the [complete build guide](docs/build-windows.md) for Vulkan
|
|
49
|
+
SDK setup, Visual Studio commands, and the short-build-root fallback for
|
|
50
|
+
unusually deep checkouts.
|
|
51
|
+
|
|
48
52
|
For CUDA (Linux + NVIDIA GPU):
|
|
49
53
|
|
|
50
54
|
```bash
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "transcribe-cpp"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.3"
|
|
8
8
|
description = "Python bindings for transcribe.cpp"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
# 3.8 is EOL (2024-10); 3.9 is the floor. The binding is ctypes-only, so there
|
|
@@ -34,13 +34,13 @@ classifiers = [
|
|
|
34
34
|
# packaging fix still resolves); the import-time version/header-hash check in
|
|
35
35
|
# _library.py is the runtime backstop. check_version_sync.py gates this pin
|
|
36
36
|
# against include/transcribe.h.
|
|
37
|
-
dependencies = ["transcribe-cpp-native==0.1.
|
|
37
|
+
dependencies = ["transcribe-cpp-native==0.1.3.*"]
|
|
38
38
|
|
|
39
39
|
[project.optional-dependencies]
|
|
40
40
|
# Opt-in accelerator providers — ADDITIVE: they install alongside the default
|
|
41
41
|
# provider and the best one wins at runtime. Same base-version pin contract
|
|
42
42
|
# as the hard dependency (gated by check_version_sync.py).
|
|
43
|
-
cu12 = ["transcribe-cpp-native-cu12==0.1.
|
|
43
|
+
cu12 = ["transcribe-cpp-native-cu12==0.1.3.*"]
|
|
44
44
|
# Test-only deps. Run with: uv run --extra test pytest (from bindings/python).
|
|
45
45
|
# numpy is here so the numpy PCM-input tests run in every lane instead of
|
|
46
46
|
# silently skipping wherever numpy happens to be absent.
|
|
@@ -46,7 +46,7 @@ from .errors import (
|
|
|
46
46
|
raise_for_status,
|
|
47
47
|
)
|
|
48
48
|
|
|
49
|
-
__version__ = "0.1.
|
|
49
|
+
__version__ = "0.1.3"
|
|
50
50
|
|
|
51
51
|
# String-enum types, exported so callers (and type checkers) can name them.
|
|
52
52
|
Backend = Literal["auto", "cpu", "metal", "vulkan", "cpu_accel", "cuda"]
|
|
@@ -270,7 +270,8 @@ class BackendDevice:
|
|
|
270
270
|
# comparable across device kinds.
|
|
271
271
|
memory_free: int
|
|
272
272
|
# Registry index of this device — the value to pass as ``Model(...,
|
|
273
|
-
# gpu_device=index)`` to select it (0
|
|
273
|
+
# gpu_device=index)`` to select it (0 means auto: discrete GPUs are
|
|
274
|
+
# probed before integrated).
|
|
274
275
|
# None when the device came from Model.device, since the underlying
|
|
275
276
|
# transcribe_model_get_device() does not expose an index; correlate such a
|
|
276
277
|
# device back to backends() by device_id / name instead. The index is
|
|
@@ -36,6 +36,31 @@ vcpkg setup is required on any platform. The static link is the default; the
|
|
|
36
36
|
`libtranscribe`, or `transcribe_init_backends(dir)` for a custom provider
|
|
37
37
|
directory. Implies `shared`.
|
|
38
38
|
|
|
39
|
+
## Windows Vulkan builds
|
|
40
|
+
|
|
41
|
+
The `vulkan` feature requires the
|
|
42
|
+
[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows) on Windows. Once the
|
|
43
|
+
SDK is installed and a new terminal sees `VULKAN_SDK`, build normally:
|
|
44
|
+
|
|
45
|
+
```powershell
|
|
46
|
+
cargo build --features vulkan
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Windows' legacy path limit can otherwise break ggml's nested Vulkan shader
|
|
50
|
+
build. The build script handles this automatically by compiling through a
|
|
51
|
+
short, per-build NTFS junction under `%LOCALAPPDATA%\tcs`; installed artifacts
|
|
52
|
+
and Cargo metadata still use the durable `OUT_DIR` paths. Junction creation
|
|
53
|
+
does not require administrator rights.
|
|
54
|
+
|
|
55
|
+
If junction creation is blocked by filesystem or corporate policy, the build
|
|
56
|
+
prints a warning and falls back to the original `OUT_DIR`. Set a short Cargo
|
|
57
|
+
target directory to avoid `MAX_PATH` in that case:
|
|
58
|
+
|
|
59
|
+
```powershell
|
|
60
|
+
$env:CARGO_TARGET_DIR = "C:\tc-target"
|
|
61
|
+
cargo build --features vulkan
|
|
62
|
+
```
|
|
63
|
+
|
|
39
64
|
## Build-flag escape hatch
|
|
40
65
|
|
|
41
66
|
The features above cover the common, tested configurations. Anything else CMake
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
//! Escape hatch: anything else CMake accepts can be passed via the
|
|
23
23
|
//! TRANSCRIBE_CMAKE_ARGS (or CMAKE_ARGS) env var — see the passthrough at the
|
|
24
24
|
//! end of main(). This is the "no Cargo feature is a hard ceiling" guarantee.
|
|
25
|
+
//!
|
|
26
|
+
//! Windows: the native build runs through a short NTFS junction to OUT_DIR so
|
|
27
|
+
//! a stock machine builds the Vulkan backend from any checkout depth (MAX_PATH).
|
|
25
28
|
|
|
26
29
|
use std::env;
|
|
27
30
|
use std::path::{Path, PathBuf};
|
|
@@ -196,14 +199,142 @@ fn main() {
|
|
|
196
199
|
}
|
|
197
200
|
}
|
|
198
201
|
|
|
202
|
+
// Windows: build through a short junction to OUT_DIR so the native build
|
|
203
|
+
// stays under MAX_PATH on stock machines (see windows_short_out_dir).
|
|
204
|
+
let short = windows_short_out_dir();
|
|
205
|
+
if let Some(short) = &short {
|
|
206
|
+
cfg.out_dir(short);
|
|
207
|
+
}
|
|
208
|
+
|
|
199
209
|
// Builds + installs into OUT_DIR; the returned path IS the install prefix.
|
|
200
210
|
let prefix = cfg.build();
|
|
211
|
+
// Emit downstream paths via the durable OUT_DIR, not the junction — cargo
|
|
212
|
+
// caches them across builds, and the junction may be deleted between runs.
|
|
213
|
+
let prefix = if short.is_some() {
|
|
214
|
+
PathBuf::from(env::var_os("OUT_DIR").expect("OUT_DIR"))
|
|
215
|
+
} else {
|
|
216
|
+
prefix
|
|
217
|
+
};
|
|
201
218
|
|
|
202
219
|
let manifest = find_manifest(&prefix)
|
|
203
220
|
.unwrap_or_else(|| panic!("transcribe-link.json not found under {}", prefix.display()));
|
|
204
221
|
emit_link_lines(&prefix, &manifest);
|
|
205
222
|
}
|
|
206
223
|
|
|
224
|
+
/// Windows MAX_PATH mitigation: a short NTFS junction (`%LOCALAPPDATA%\tcs\<hash>`,
|
|
225
|
+
/// no admin needed) resolving to OUT_DIR. The Vulkan ExternalProject nests ~185
|
|
226
|
+
/// chars past OUT_DIR, and MSBuild's FileTracker ignores LongPathsEnabled (FTK1011),
|
|
227
|
+
/// so the build root itself must be short. None = build in OUT_DIR (non-Windows,
|
|
228
|
+
/// or best-effort failure). Idempotent; hash-named per OUT_DIR so checkouts don't collide.
|
|
229
|
+
fn windows_short_out_dir() -> Option<PathBuf> {
|
|
230
|
+
if !cfg!(windows) {
|
|
231
|
+
return None;
|
|
232
|
+
}
|
|
233
|
+
// Backslash-normalize: mklink rejects forward slashes (MSYS-style CARGO_TARGET_DIR).
|
|
234
|
+
let out_dir = PathBuf::from(env::var("OUT_DIR").ok()?.replace('/', "\\"));
|
|
235
|
+
let Some(base) = env::var_os("LOCALAPPDATA")
|
|
236
|
+
.or_else(|| env::var_os("TEMP"))
|
|
237
|
+
.map(PathBuf::from)
|
|
238
|
+
else {
|
|
239
|
+
println!(
|
|
240
|
+
"cargo:warning=transcribe-cpp-sys: neither LOCALAPPDATA nor TEMP is set; \
|
|
241
|
+
building in OUT_DIR (may exceed Windows MAX_PATH in deep checkouts)"
|
|
242
|
+
);
|
|
243
|
+
return None;
|
|
244
|
+
};
|
|
245
|
+
let base = base.join("tcs");
|
|
246
|
+
|
|
247
|
+
let mut hash: u64 = 0xcbf29ce484222325; // FNV-1a: stable across rustc versions
|
|
248
|
+
for b in out_dir.to_string_lossy().bytes() {
|
|
249
|
+
hash ^= u64::from(b);
|
|
250
|
+
hash = hash.wrapping_mul(0x100000001b3);
|
|
251
|
+
}
|
|
252
|
+
let link = base.join(format!("{hash:016x}"));
|
|
253
|
+
|
|
254
|
+
warn_fallback(
|
|
255
|
+
std::fs::create_dir_all(&out_dir),
|
|
256
|
+
"create junction target",
|
|
257
|
+
&out_dir,
|
|
258
|
+
)?;
|
|
259
|
+
// symlink_metadata (not exists()) so a dangling junction is detected and reclaimed.
|
|
260
|
+
if std::fs::symlink_metadata(&link).is_ok() {
|
|
261
|
+
match (
|
|
262
|
+
std::fs::canonicalize(&link),
|
|
263
|
+
std::fs::canonicalize(&out_dir),
|
|
264
|
+
) {
|
|
265
|
+
(Ok(a), Ok(b)) if a == b => return Some(link),
|
|
266
|
+
// remove_dir fails if something non-junction squats here (e.g. a
|
|
267
|
+
// backup tool materialized it as a real tree); the warning names
|
|
268
|
+
// the path so the user knows what to delete.
|
|
269
|
+
_ => warn_fallback(std::fs::remove_dir(&link), "remove stale junction", &link)?,
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
warn_fallback(
|
|
273
|
+
std::fs::create_dir_all(&base),
|
|
274
|
+
"create junction parent",
|
|
275
|
+
&base,
|
|
276
|
+
)?;
|
|
277
|
+
|
|
278
|
+
// No std API creates junctions; mklink /J needs no extra deps.
|
|
279
|
+
let output = std::process::Command::new("cmd")
|
|
280
|
+
.arg("/C")
|
|
281
|
+
.arg("mklink")
|
|
282
|
+
.arg("/J")
|
|
283
|
+
.arg(&link)
|
|
284
|
+
.arg(&out_dir)
|
|
285
|
+
.output();
|
|
286
|
+
let created = output.as_ref().map(|o| o.status.success()).unwrap_or(false);
|
|
287
|
+
let verified = created
|
|
288
|
+
&& matches!(
|
|
289
|
+
(std::fs::canonicalize(&link), std::fs::canonicalize(&out_dir)),
|
|
290
|
+
(Ok(a), Ok(b)) if a == b
|
|
291
|
+
);
|
|
292
|
+
if !verified {
|
|
293
|
+
// Best-effort: fall back to building in the deep OUT_DIR.
|
|
294
|
+
let detail = output
|
|
295
|
+
.map(|o| {
|
|
296
|
+
String::from_utf8_lossy(if o.stderr.is_empty() {
|
|
297
|
+
&o.stdout
|
|
298
|
+
} else {
|
|
299
|
+
&o.stderr
|
|
300
|
+
})
|
|
301
|
+
.trim()
|
|
302
|
+
.to_string()
|
|
303
|
+
})
|
|
304
|
+
.unwrap_or_else(|e| e.to_string());
|
|
305
|
+
println!(
|
|
306
|
+
"cargo:warning=transcribe-cpp-sys: could not create short build junction {} -> {} ({detail}); \
|
|
307
|
+
building in OUT_DIR (may exceed Windows MAX_PATH in deep checkouts)",
|
|
308
|
+
link.display(),
|
|
309
|
+
out_dir.display()
|
|
310
|
+
);
|
|
311
|
+
return None;
|
|
312
|
+
}
|
|
313
|
+
Some(link)
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
/// Best-effort junction setup step: on failure, warn like the mklink branch
|
|
317
|
+
/// and bail to the deep-OUT_DIR fallback via `?`. Cargo hides build-script
|
|
318
|
+
/// warnings for registry crates unless the build fails — so this is silent on
|
|
319
|
+
/// success and visible exactly when a deep-path build dies of MAX_PATH.
|
|
320
|
+
fn warn_fallback<T, E: std::fmt::Display>(
|
|
321
|
+
res: Result<T, E>,
|
|
322
|
+
action: &str,
|
|
323
|
+
path: &Path,
|
|
324
|
+
) -> Option<T> {
|
|
325
|
+
match res {
|
|
326
|
+
Ok(v) => Some(v),
|
|
327
|
+
Err(e) => {
|
|
328
|
+
println!(
|
|
329
|
+
"cargo:warning=transcribe-cpp-sys: could not {action} {} ({e}); \
|
|
330
|
+
building in OUT_DIR (may exceed Windows MAX_PATH in deep checkouts)",
|
|
331
|
+
path.display()
|
|
332
|
+
);
|
|
333
|
+
None
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
|
|
207
338
|
/// GNUInstallDirs picks `lib` or `lib64`; find the manifest under either.
|
|
208
339
|
fn find_manifest(prefix: &Path) -> Option<PathBuf> {
|
|
209
340
|
for libdir in ["lib", "lib64"] {
|
{transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/Cargo.toml
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "transcribe-cpp"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.3"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
rust-version = "1.74"
|
|
6
6
|
description = "Rust bindings for transcribe.cpp, a C/C++ speech-to-text library built on ggml"
|
|
@@ -40,7 +40,7 @@ dynamic-backends = ["shared", "transcribe-cpp-sys/dynamic-backends"]
|
|
|
40
40
|
# `transcribe-cpp --no-default-features`, silently re-enabling Metal. The backend
|
|
41
41
|
# features below forward explicitly, so the default (`metal`) still reaches sys
|
|
42
42
|
# via `metal = ["transcribe-cpp-sys/metal"]`.
|
|
43
|
-
transcribe-cpp-sys = { version = "0.1.
|
|
43
|
+
transcribe-cpp-sys = { version = "0.1.3", path = "../../..", default-features = false }
|
|
44
44
|
thiserror = "2"
|
|
45
45
|
log = "0.4"
|
|
46
46
|
|
{transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/rust/transcribe-cpp/README.md
RENAMED
|
@@ -50,6 +50,11 @@ is the safe wrapper.
|
|
|
50
50
|
Backends are selected with cargo features forwarded to `transcribe-cpp-sys`:
|
|
51
51
|
`metal` (default on Apple), `vulkan`, `cuda`, and `openmp`.
|
|
52
52
|
|
|
53
|
+
On Windows, `vulkan` requires the Vulkan SDK. Deep Cargo output paths are
|
|
54
|
+
shortened automatically during the native build; see the
|
|
55
|
+
[Windows Vulkan build notes](https://github.com/handy-computer/transcribe.cpp/blob/main/bindings/rust/sys/README.md#windows-vulkan-builds)
|
|
56
|
+
for prerequisites and the short `CARGO_TARGET_DIR` fallback.
|
|
57
|
+
|
|
53
58
|
The default link is static and self-contained. Advanced packaging modes are
|
|
54
59
|
available through `shared` and `dynamic-backends`; see the `transcribe-cpp-sys`
|
|
55
60
|
README if you need runtime-loaded backend modules or custom
|
|
@@ -75,11 +75,11 @@ pub struct Device {
|
|
|
75
75
|
pub memory_free: u64,
|
|
76
76
|
/// Registry index of this device — the value to pass as
|
|
77
77
|
/// [`ModelOptions::gpu_device`](crate::ModelOptions) to select it (0
|
|
78
|
-
///
|
|
79
|
-
/// [`crate::Model::device`], since
|
|
80
|
-
/// expose an index; correlate such
|
|
81
|
-
/// `device_id` / `name` instead.
|
|
82
|
-
/// driver updates or hosts.
|
|
78
|
+
/// means auto: discrete GPUs are probed before integrated). `None` when
|
|
79
|
+
/// this `Device` came from [`crate::Model::device`], since
|
|
80
|
+
/// `transcribe_model_get_device` does not expose an index; correlate such
|
|
81
|
+
/// a device back to [`devices`] by `device_id` / `name` instead.
|
|
82
|
+
/// Order-dependent and not stable across driver updates or hosts.
|
|
83
83
|
pub index: Option<usize>,
|
|
84
84
|
}
|
|
85
85
|
|
|
@@ -32,7 +32,8 @@ use crate::version;
|
|
|
32
32
|
pub struct ModelOptions {
|
|
33
33
|
/// Which backend to request. Default [`Backend::Auto`].
|
|
34
34
|
pub backend: Backend,
|
|
35
|
-
/// GPU device registry index. 0 means auto
|
|
35
|
+
/// GPU device registry index. 0 means auto: the first device that
|
|
36
|
+
/// initializes, probing discrete GPUs before integrated.
|
|
36
37
|
pub gpu_device: i32,
|
|
37
38
|
}
|
|
38
39
|
|
|
@@ -17,7 +17,7 @@ public enum Transcribe {
|
|
|
17
17
|
/// Version this binding was built against. Pinned here for the pre-1.0
|
|
18
18
|
/// base-version load gate; the version-sync milestone will generate it from
|
|
19
19
|
/// `include/transcribe.h` (the single source of truth) rather than hardcode.
|
|
20
|
-
public static let compiledVersion = "0.1.
|
|
20
|
+
public static let compiledVersion = "0.1.3"
|
|
21
21
|
|
|
22
22
|
/// `MAJOR.MINOR.PATCH` of the linked native library.
|
|
23
23
|
public static func version() -> String { String(cString: transcribe_version()) }
|
{transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/package-lock.json
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "transcribe-cpp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "transcribe-cpp",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.3",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"koffi": "^3.0.2"
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"node": ">=22"
|
|
20
20
|
},
|
|
21
21
|
"optionalDependencies": {
|
|
22
|
-
"@transcribe-cpp/darwin-arm64-metal": "0.1.
|
|
23
|
-
"@transcribe-cpp/darwin-x64-cpu": "0.1.
|
|
24
|
-
"@transcribe-cpp/linux-arm64-cpu-vulkan": "0.1.
|
|
25
|
-
"@transcribe-cpp/linux-x64-cpu-vulkan": "0.1.
|
|
26
|
-
"@transcribe-cpp/win32-x64-cpu-vulkan": "0.1.
|
|
22
|
+
"@transcribe-cpp/darwin-arm64-metal": "0.1.3",
|
|
23
|
+
"@transcribe-cpp/darwin-x64-cpu": "0.1.3",
|
|
24
|
+
"@transcribe-cpp/linux-arm64-cpu-vulkan": "0.1.3",
|
|
25
|
+
"@transcribe-cpp/linux-x64-cpu-vulkan": "0.1.3",
|
|
26
|
+
"@transcribe-cpp/win32-x64-cpu-vulkan": "0.1.3"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"node_modules/@koromix/koffi-darwin-arm64": {
|
{transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/package.json
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "transcribe-cpp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "TypeScript/Node.js bindings for transcribe.cpp — a C/C++ speech-to-text library built on ggml",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"koffi": "^3.0.2"
|
|
39
39
|
},
|
|
40
40
|
"optionalDependencies": {
|
|
41
|
-
"@transcribe-cpp/darwin-arm64-metal": "0.1.
|
|
42
|
-
"@transcribe-cpp/darwin-x64-cpu": "0.1.
|
|
43
|
-
"@transcribe-cpp/linux-x64-cpu-vulkan": "0.1.
|
|
44
|
-
"@transcribe-cpp/linux-arm64-cpu-vulkan": "0.1.
|
|
45
|
-
"@transcribe-cpp/win32-x64-cpu-vulkan": "0.1.
|
|
41
|
+
"@transcribe-cpp/darwin-arm64-metal": "0.1.3",
|
|
42
|
+
"@transcribe-cpp/darwin-x64-cpu": "0.1.3",
|
|
43
|
+
"@transcribe-cpp/linux-x64-cpu-vulkan": "0.1.3",
|
|
44
|
+
"@transcribe-cpp/linux-arm64-cpu-vulkan": "0.1.3",
|
|
45
|
+
"@transcribe-cpp/win32-x64-cpu-vulkan": "0.1.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "^22.0.0",
|
{transcribe_cpp_native-0.1.2 → transcribe_cpp_native-0.1.3}/bindings/typescript/src/types.ts
RENAMED
|
@@ -104,18 +104,20 @@ export interface BackendInfo {
|
|
|
104
104
|
* to refresh; backend-defined and not comparable across device kinds. */
|
|
105
105
|
memoryFree: number;
|
|
106
106
|
/** Registry index of this device — the value to pass as
|
|
107
|
-
* {@link ModelOptions.gpuDevice} to select it (0
|
|
108
|
-
*
|
|
109
|
-
* `transcribe_model_get_device` does not expose an
|
|
110
|
-
* device back to {@link getAvailableBackends} by
|
|
111
|
-
* instead. Order-dependent and not stable across
|
|
107
|
+
* {@link ModelOptions.gpuDevice} to select it (0 means auto: discrete
|
|
108
|
+
* GPUs are probed before integrated). `null` when this came from
|
|
109
|
+
* `model.device`, since `transcribe_model_get_device` does not expose an
|
|
110
|
+
* index; correlate such a device back to {@link getAvailableBackends} by
|
|
111
|
+
* `deviceId` / `name` instead. Order-dependent and not stable across
|
|
112
|
+
* driver updates or hosts. */
|
|
112
113
|
index: number | null;
|
|
113
114
|
}
|
|
114
115
|
|
|
115
116
|
export interface ModelOptions {
|
|
116
117
|
/** "auto" (default), or an explicit backend. */
|
|
117
118
|
backend?: Backend;
|
|
118
|
-
/** GPU device registry index. 0 means auto
|
|
119
|
+
/** GPU device registry index. 0 means auto: the first device that
|
|
120
|
+
* initializes, probing discrete GPUs before integrated. */
|
|
119
121
|
gpuDevice?: number;
|
|
120
122
|
}
|
|
121
123
|
|
|
@@ -163,23 +163,12 @@ winget install --id KhronosGroup.VulkanSDK --accept-source-agreements --accept-p
|
|
|
163
163
|
The SDK sets a machine-wide `VULKAN_SDK` environment variable — **open a new
|
|
164
164
|
terminal** so it's visible.
|
|
165
165
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
> which creates very deep intermediate paths like
|
|
169
|
-
> `...\ggml\src\ggml-vulkan\vulkan-shaders-gen-prefix\src\vulkan-shaders-gen-build\CMakeFiles\CMakeScratch\TryCompile-xxxxx\...`.
|
|
170
|
-
> Under a normal repo path these blow past Windows' 260-char `MAX_PATH`
|
|
171
|
-
> limit, and the build dies early with a misleading
|
|
172
|
-
> `error MSB6003: The specified task executable "link.exe" could not be run`
|
|
173
|
-
> / `DirectoryNotFoundException` on a `.tlog` path — i.e. the compiler check
|
|
174
|
-
> reports "broken." It is **not** a compiler or Vulkan problem.
|
|
175
|
-
>
|
|
176
|
-
> The fix is to put the build directory at a short root, e.g. `C:\bv`.
|
|
177
|
-
> (Alternatively, enable Win32 long paths, but a short build dir is the
|
|
178
|
-
> reliable one — MSBuild's file tracker doesn't fully honor long paths.)
|
|
166
|
+
A plain `cmake -B build` from a normal checkout location works — no special
|
|
167
|
+
build root needed:
|
|
179
168
|
|
|
180
169
|
```powershell
|
|
181
|
-
cmake -B
|
|
182
|
-
cmake --build
|
|
170
|
+
cmake -B build -DTRANSCRIBE_VULKAN=ON
|
|
171
|
+
cmake --build build --target transcribe-cli --config Release
|
|
183
172
|
```
|
|
184
173
|
|
|
185
174
|
A successful configure prints `Found Vulkan: ... found components: glslc`
|
|
@@ -187,12 +176,26 @@ and `Including Vulkan backend`. Run it the same way; the CLI auto-selects the
|
|
|
187
176
|
GPU:
|
|
188
177
|
|
|
189
178
|
```powershell
|
|
190
|
-
|
|
179
|
+
build\bin\Release\transcribe-cli.exe `
|
|
191
180
|
-m models\parakeet-tdt-0.6b-v3\parakeet-tdt-0.6b-v3-Q8_0.gguf `
|
|
192
181
|
samples\jfk.wav
|
|
193
182
|
# backend: Vulkan0 (e.g. "Intel(R) Iris(R) Xe Graphics")
|
|
194
183
|
```
|
|
195
184
|
|
|
185
|
+
> ### Only for very deep checkouts: MAX_PATH
|
|
186
|
+
> ggml builds its `vulkan-shaders-gen` helper as a nested ExternalProject;
|
|
187
|
+
> transcribe.cpp flattens it to `<build>\e\src\` on Windows so normal paths
|
|
188
|
+
> stay under Windows' 260-char `MAX_PATH` limit. But if your build directory
|
|
189
|
+
> path is itself very long (roughly 120+ characters), the intermediate paths
|
|
190
|
+
> can still overflow, and the build dies early with a misleading
|
|
191
|
+
> `error MSB6003: The specified task executable "link.exe" could not be run`
|
|
192
|
+
> / `DirectoryNotFoundException` on a `.tlog` path — i.e. the compiler check
|
|
193
|
+
> reports "broken." It is **not** a compiler or Vulkan problem.
|
|
194
|
+
>
|
|
195
|
+
> The fix is to put the build directory at a short root instead, e.g.
|
|
196
|
+
> `cmake -B C:\bv -S . -DTRANSCRIBE_VULKAN=ON`. (Enabling Win32 long paths
|
|
197
|
+
> does not reliably help — MSBuild's file tracker doesn't fully honor them.)
|
|
198
|
+
|
|
196
199
|
> **Performance note — measure *warm*, not the first run.** A single
|
|
197
200
|
> `transcribe-cli` invocation pays a large one-time cost on Vulkan: the
|
|
198
201
|
> backend compiles its compute pipelines (SPIR-V → device shaders) and
|
|
@@ -214,4 +217,4 @@ C:\bv\bin\Release\transcribe-cli.exe `
|
|
|
214
217
|
| winget install fails with `1602` | UAC / elevation prompt was declined | rerun and accept the prompt |
|
|
215
218
|
| `git` / `cmake` not found after install | shell has stale `PATH` | open a new terminal |
|
|
216
219
|
| build is Debug / slow | VS generator is multi-config | add `--config Release` |
|
|
217
|
-
| Vulkan build: `MSB6003 ... link.exe could not be run` / `DirectoryNotFoundException` on a `.tlog` | `MAX_PATH` (260) exceeded
|
|
220
|
+
| Vulkan build: `MSB6003 ... link.exe could not be run` / `DirectoryNotFoundException` on a `.tlog` | `MAX_PATH` (260) exceeded — build dir path too deep even for the flattened `e\src` shader-gen layout | build from a short root, e.g. `cmake -B C:\bv ...` |
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
*/
|
|
154
154
|
#define TRANSCRIBE_VERSION_MAJOR 0
|
|
155
155
|
#define TRANSCRIBE_VERSION_MINOR 1
|
|
156
|
-
#define TRANSCRIBE_VERSION_PATCH
|
|
156
|
+
#define TRANSCRIBE_VERSION_PATCH 3
|
|
157
157
|
|
|
158
158
|
#define TRANSCRIBE_VERSION_STRINGIZE_(x) #x
|
|
159
159
|
#define TRANSCRIBE_VERSION_STRINGIZE(x) TRANSCRIBE_VERSION_STRINGIZE_(x)
|
|
@@ -634,15 +634,17 @@ TRANSCRIBE_API bool transcribe_model_accepts_ext_kind(const struct transcribe_mo
|
|
|
634
634
|
/*
|
|
635
635
|
* Backend request.
|
|
636
636
|
*
|
|
637
|
-
* AUTO Pick the best available backend. Takes the first GPU
|
|
638
|
-
*
|
|
639
|
-
*
|
|
640
|
-
*
|
|
641
|
-
*
|
|
642
|
-
*
|
|
643
|
-
*
|
|
644
|
-
*
|
|
645
|
-
*
|
|
637
|
+
* AUTO Pick the best available backend. Takes the first GPU device
|
|
638
|
+
* that successfully initializes, probing every discrete GPU
|
|
639
|
+
* before any integrated GPU; within a tier, devices are tried
|
|
640
|
+
* in ggml's device registry order — which is build-time
|
|
641
|
+
* prioritized (Metal on Apple, Vulkan / CUDA / SYCL on
|
|
642
|
+
* Linux, …). An integrated GPU is selected only when no
|
|
643
|
+
* discrete GPU initializes. Host-memory accelerators (BLAS,
|
|
644
|
+
* AMX, …) are additionally layered onto the scheduler when
|
|
645
|
+
* present — they run on the same memory as the CPU backend
|
|
646
|
+
* and are orthogonal to the GPU/CPU split. Always succeeds:
|
|
647
|
+
* CPU is the final fallback when no GPU initializes.
|
|
646
648
|
*
|
|
647
649
|
* CPU Strict CPU only. No GPU, no IGPU, and no host-memory
|
|
648
650
|
* accelerators (BLAS/AMX). This is the right choice for
|
|
@@ -875,9 +877,11 @@ TRANSCRIBE_API transcribe_status transcribe_model_get_device(const struct transc
|
|
|
875
877
|
* for the semantics of each value. Default is AUTO.
|
|
876
878
|
*
|
|
877
879
|
* gpu_device: Multi-GPU selector. 0 (the default) means "auto / the first
|
|
878
|
-
* device of the chosen kind": AUTO picks the first GPU
|
|
879
|
-
*
|
|
880
|
-
*
|
|
880
|
+
* device of the chosen kind": AUTO picks the first GPU that
|
|
881
|
+
* initializes, and explicit METAL/VULKAN/CUDA requests pick the
|
|
882
|
+
* first matching device — in both cases probing every discrete
|
|
883
|
+
* GPU before any integrated GPU, in ggml's registry order
|
|
884
|
+
* within each tier.
|
|
881
885
|
*
|
|
882
886
|
* A value > 0 selects the GPU/IGPU device at that global ggml
|
|
883
887
|
* registry index — the same index space transcribe_get_backend_device()
|
|
@@ -895,8 +899,9 @@ TRANSCRIBE_API transcribe_status transcribe_model_get_device(const struct transc
|
|
|
895
899
|
* device whose vendor doesn't match an explicit GPU request, or
|
|
896
900
|
* is non-zero alongside a CPU / CPU_ACCEL request (there is no
|
|
897
901
|
* GPU to select). Note there is no way to explicitly select the
|
|
898
|
-
* device at registry index 0
|
|
899
|
-
*
|
|
902
|
+
* device at registry index 0 — 0 is the auto sentinel. An
|
|
903
|
+
* integrated GPU sitting at index 0 is therefore reachable only
|
|
904
|
+
* via the probe order, when no discrete GPU initializes.
|
|
900
905
|
*/
|
|
901
906
|
struct transcribe_model_load_params {
|
|
902
907
|
uint64_t struct_size;
|
|
@@ -86,6 +86,22 @@ BackendKind classify_device(ggml_backend_dev_t dev) {
|
|
|
86
86
|
return classify_backend_type(dev_type, reg_name);
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
+
std::vector<size_t> gpu_probe_order(const std::vector<enum ggml_backend_dev_type> & dev_types) {
|
|
90
|
+
std::vector<size_t> order;
|
|
91
|
+
order.reserve(dev_types.size());
|
|
92
|
+
for (size_t i = 0; i < dev_types.size(); ++i) {
|
|
93
|
+
if (dev_types[i] == GGML_BACKEND_DEVICE_TYPE_GPU) {
|
|
94
|
+
order.push_back(i);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
for (size_t i = 0; i < dev_types.size(); ++i) {
|
|
98
|
+
if (dev_types[i] == GGML_BACKEND_DEVICE_TYPE_IGPU) {
|
|
99
|
+
order.push_back(i);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
return order;
|
|
103
|
+
}
|
|
104
|
+
|
|
89
105
|
namespace {
|
|
90
106
|
|
|
91
107
|
// Shared body for safe_* teardown wrappers. The test hook fires after the
|
|
@@ -52,6 +52,15 @@ BackendKind classify_backend_type(enum ggml_backend_dev_type dev_type, const cha
|
|
|
52
52
|
// vendor. Never returns Unknown for a valid device pointer.
|
|
53
53
|
BackendKind classify_device(ggml_backend_dev_t dev);
|
|
54
54
|
|
|
55
|
+
// Probe order for GPU device selection. `dev_types` holds the ggml
|
|
56
|
+
// device type of every registry device, indexed by registry position;
|
|
57
|
+
// the returned indices are the candidates to try: every discrete GPU
|
|
58
|
+
// (registry order) before any integrated GPU (registry order), non-GPU
|
|
59
|
+
// devices excluded. Discrete-first matters because Vulkan enumeration
|
|
60
|
+
// on hybrid-graphics machines often lists the display iGPU before the
|
|
61
|
+
// dGPU. Unit-testable core for try_init_kind.
|
|
62
|
+
std::vector<size_t> gpu_probe_order(const std::vector<enum ggml_backend_dev_type> & dev_types);
|
|
63
|
+
|
|
55
64
|
// A resolved backend plan. Produced by load_common::init_backends
|
|
56
65
|
// from a transcribe_backend_request and consumed by every helper
|
|
57
66
|
// that needs to know where the graph will run.
|