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: FunAudioLLM/Fun-ASR
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: a3213105/Fun-ASR
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 4, 2026

  1. Enable OpenVINO

    a3213105 committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    58cbaa6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Update Torch model functions

    a3213105 committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    6c5162f View commit details
    Browse the repository at this point in the history
  2. Reminder:

    When converting a model that takes seq_length as an input, make sure to set seq_length to torch.tensor([1]). This is because some layers in the model may use the actual numeric value of seq_length as a parameter, and any value other than 1 cannot be broadcast to arbitrary shapes. Using other numbers will therefore cause model errors during dynamic inference.
    a3213105 committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    db5351e View commit details
    Browse the repository at this point in the history
  3. Add import for forced_align

    a3213105 committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    fac27f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Update demo2.py

    Using OpenVINO as backend
    a3213105 committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    372ec9e View commit details
    Browse the repository at this point in the history
  2. Add OpenVINO Demo for long-term audio file

    Add Readme for OpenVINO
    a3213105 committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    0faa68b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Fix typo

    a3213105 committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    85227dc View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. Add for_dialect in FunAsrNanoEncDecModel init for dispatch get_prompt

    frontend param "dither" must be 0.0 for inference, otherwise the frontend will add random noisy to the input audio
    a3213105 committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    bb6ec56 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Add Benchmark script

    a3213105 committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    1f8532e View commit details
    Browse the repository at this point in the history
Loading