Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: k2-fsa/sherpa-onnx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.16
Choose a base ref
...
head repository: k2-fsa/sherpa-onnx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.17
Choose a head ref
  • 19 commits
  • 164 files changed
  • 3 contributors

Commits on Jul 16, 2024

  1. Fix hotwords OOV log (#1139)

    pkufool authored Jul 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5b1fa87 View commit details

Commits on Jul 17, 2024

  1. Provide npm package for 32-bit Windows x86 (#1141)

    csukuangfj authored Jul 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9e448d0 View commit details
  2. publish all pre-built wheels to huggingface (#1142)

    pypi.org provides only 10GB of free space for open-source projects.
    
    Each new release of sherpa-onnx occupies about 800MB, so we have to delete previous releases otherwise pypi.org refuses to accept new releases due to limited spaces.
    
    To let users install previous versions, we also publish wheels to huggingface and users can find them at
    
    https://k2-fsa.github.io/sherpa/onnx/cpu.html
    and
    https://k2-fsa.github.io/sherpa/onnx/cpu-cn.html (for users without access to huggingface.co)
    csukuangfj authored Jul 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    803c02d View commit details
  3. Provide pre-built wheels with CUDA support. (#1143)

    csukuangfj authored Jul 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4198d9a View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    346f419 View commit details

Commits on Jul 18, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3bae5c3 View commit details
  2. Add C++ runtime for SenseVoice models (#1148)

    csukuangfj authored Jul 18, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    25f0a10 View commit details

Commits on Jul 20, 2024

  1. Add C# API for SenseVoice models (#1151)

    csukuangfj authored Jul 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e472180 View commit details
  2. Add Go API for SenseVoice (#1154)

    csukuangfj authored Jul 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8f4d332 View commit details

Commits on Jul 21, 2024

  1. Add JavaScript API for SenseVoice (#1157)

    csukuangfj authored Jul 21, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c3260ef View commit details
  2. Add WebAssembly for SenseVoice (#1158)

    csukuangfj authored Jul 21, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    70d1435 View commit details
  3. Add dart API for SenseVoice (#1159)

    csukuangfj authored Jul 21, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ffdb23a View commit details

Commits on Jul 22, 2024

  1. Fix Android build (#1161)

    csukuangfj authored Jul 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1a47159 View commit details
  2. feat: add stt c api example (#1156)

    thewh1teagle authored Jul 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    22a262f View commit details
  3. Add Dart API for keyword spotter (#1162)

    csukuangfj authored Jul 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ac8223b View commit details
  4. Add Java and Kotlin API for sense voice (#1164)

    csukuangfj authored Jul 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dd300b1 View commit details
  5. C api example for sense voice (#1165)

    csukuangfj authored Jul 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ea1d81b View commit details
  6. feat: add directml support (#1153)

    thewh1teagle authored Jul 22, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d32a461 View commit details

Commits on Jul 23, 2024

  1. Fix style issues reported by clang-tidy (#1167)

    csukuangfj authored Jul 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    299f1a8 View commit details
Loading