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: openai/whisper Loading
base: main
Choose a base ref
...
head repository: zhuzilin/whisper-openvino Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 29, 2022

  1. remove module hook

    zhuzilin committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9c09077 View commit details
    Browse the repository at this point in the history
  2. extract and change kv_cache as tensor

    The output changed a little... Not sure if it's due to numerical
    loss.
    zhuzilin committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    21dae7e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. use openvino

    zhuzilin committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    0060c61 View commit details
    Browse the repository at this point in the history
  2. fix offset bug

    zhuzilin committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    95b7206 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a546b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df8cf85 View commit details
    Browse the repository at this point in the history
  5. finish exporting .en models

    zhuzilin committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3a0e935 View commit details
    Browse the repository at this point in the history
  6. support detect language

    zhuzilin committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    edb6944 View commit details
    Browse the repository at this point in the history
  7. clean model

    zhuzilin committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    cb30515 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    287eb41 View commit details
    Browse the repository at this point in the history
  9. remove unnecessary warning

    zhuzilin committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    d0c9160 View commit details
    Browse the repository at this point in the history
  10. update README

    zhuzilin committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    7c38500 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. remove .to(device)

    zhuzilin committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    bb45dbb View commit details
    Browse the repository at this point in the history
  2. remove dtype and device

    zhuzilin committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    889c4d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9143b8c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Apply optimizations and new indexing

    jiwaszki committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    a6ab641 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Change args

    jiwaszki committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6873608 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Change namespaces

    jiwaszki committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f9fb25b View commit details
    Browse the repository at this point in the history
  2. Bump ov version

    jiwaszki committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a6e0b75 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge pull request #2 from jiwaszki/jiwaszki/develop

    Use new OpenVINO Python API features
    zhuzilin committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    cc2f130 View commit details
    Browse the repository at this point in the history
Loading