Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New PR for Faster Whisper: Batching Support, Speed Boosts, and Quality Enhancements #856

Merged
merged 145 commits into from
Jul 18, 2024

Commits on Jun 9, 2023

  1. seed, multilingual and fixes

    Jiltseb committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    fc54cb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. added languages in tokenizer

    Jiltseb committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    84d58fa View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. multilingual fixes

    Jiltseb committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    63bea66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b95d694 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. code fixes for multilingual

    Jiltseb committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a8626bb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    c2ca8d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    9edf960 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. seed, multilingual and fixes

    Jiltseb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d008650 View commit details
    Browse the repository at this point in the history
  2. added languages in tokenizer

    Jiltseb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2573982 View commit details
    Browse the repository at this point in the history
  3. multilingual fixes

    Jiltseb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8add326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afc3f5c View commit details
    Browse the repository at this point in the history
  5. code fixes for multilingual

    Jiltseb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    dd55c03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d34780e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fab8d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. modifications based on review

    Jiltseb committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    162fbf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    ca6a2ba View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    0df6953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    988c528 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from mobiusml/js_asr_v2.1_pr

    PR: Changes to faster-whisper project for asr v2.1 based on latest faster_whisper (0.9.0)
    Jiltseb authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    443eb86 View commit details
    Browse the repository at this point in the history
  4. Update requirements.txt

    SDK v3.0 does not work with latest numpy version (1.26.0) and faster whisper won't work if numpy <1.21.6
    Jiltseb authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    6a51407 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge pull request #2 from SYSTRAN/master

    Updating the base faster-whisper to 0.10.0
    Jiltseb authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4138e16 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. changes to README.md

    Jiltseb committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b906a98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0464122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78b5cd7 View commit details
    Browse the repository at this point in the history
  4. added additional packages

    Jiltseb committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f397e37 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    83895ac View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. change in silence detection

    Jiltseb committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e1c1699 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Merge pull request #3 from mobiusml/batched_asr

    Support for Batched inference and language detection from multiple segments in faster-whisper
    Jiltseb authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b516bc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge pull request #4 from SYSTRAN/master

    Updating the base directory
    Jiltseb authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3477d86 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    95df9eb View commit details
    Browse the repository at this point in the history
  2. added requirements

    Jiltseb committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0cc2d1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6624ff View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from mobiusml/add_new_feat_extract

    Add new audio feature extraction based on torch audio
    Jiltseb authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fa69694 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. removing unwanted dataclasses and non-generator transcribe function, …

    …make default_batched_asr_options accessible in the package, fixes in type annotation and docstring, handling no vad_segments condition
    Jiltseb committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6698a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b6376f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. uses same type annotation as faster_whisper for batched transcribe, c…

    …onfigurable parameters for transcribe, making vad_segments optional
    Jiltseb committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    92867e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8452cf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4535963 View commit details
    Browse the repository at this point in the history
  4. made default batched asr options optional as this can be taken care d…

    …uring the request with default values
    Jiltseb committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    95671d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #7 from mobiusml/fixes_and_update

    Fixes and update
    Jiltseb authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5fa21b8 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    simplied requirements.txt
    Jiltseb authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b421086 View commit details
    Browse the repository at this point in the history
  3. Update requirements.txt

    Update torch dependenices
    Jiltseb authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    16d54e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update requirements.txt

    removed torch dependency for the time being
    Jiltseb authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    827df36 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    adding av versioning
    Jiltseb authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    911c62d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. merging with systran fw

    Jiltseb committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fcf8519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e288337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c85222 View commit details
    Browse the repository at this point in the history
  4. add pyannote dependency

    Jiltseb committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    21f4640 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    eff5e23 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. update requirements

    Jiltseb committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    caaa593 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge pull request #8 from mobiusml/fw_pr

    Updates to mobius version to comply with SYSTRAN version
    Jiltseb authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    538366b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    c41e4f2 View commit details
    Browse the repository at this point in the history
  2. Update error message

    Jiltseb committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0e8fa00 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from mobiusml/fw_pr

    added 'use_vad_model' to better handle vad segments
    Jiltseb authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0d6c62e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    56d68a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    2812d99 View commit details
    Browse the repository at this point in the history
  2. adding get_device function

    Jiltseb committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1cd3c60 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from mobiusml/fw_pr_compliance

    Changes before Faster_whisper PR
    Jiltseb authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3f27636 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. updating the fork

    Jiltseb committed May 17, 2024
    Configuration menu
    Copy the full SHA
    93c327d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    2152d11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10242fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dde3c9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge pull request #11 from mobiusml/fw_compliance

    Adding further changes before PR
    Jiltseb authored May 24, 2024
    Configuration menu
    Copy the full SHA
    8fd2ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fd5003 View commit details
    Browse the repository at this point in the history
  3. Reformatted the code

    Jiltseb committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9d70f0f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12 from mobiusml/fw_compliance

    added compatibility for python 3.8
    Jiltseb authored May 24, 2024
    Configuration menu
    Copy the full SHA
    d263cbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9e5f3b View commit details
    Browse the repository at this point in the history
  6. added docstring

    Jiltseb committed May 24, 2024
    Configuration menu
    Copy the full SHA
    883be4d View commit details
    Browse the repository at this point in the history
  7. added docstring

    Jiltseb committed May 24, 2024
    Configuration menu
    Copy the full SHA
    18bdaa8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #13 from mobiusml/fw_compliance

    making default vad_device same as asr model device
    Jiltseb authored May 24, 2024
    Configuration menu
    Copy the full SHA
    b10b8cb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    ce21fc7 View commit details
    Browse the repository at this point in the history
  2. changes after review suggestions: remove redundant info, add vad mode…

    …l and other cosmetic changes
    Jiltseb committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    afcc0f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    0b63e22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3dc61d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    c694174 View commit details
    Browse the repository at this point in the history
  2. adding model file

    Jiltseb committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a0d3891 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from mobiusml/fw_changes

    Changes as per the review suggestions for Faster Whisper PR
    Jiltseb authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3c22842 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    d30b377 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from mobiusml/fw_changes

    removing clip_timestamps and redundant info, minor typos
    Jiltseb authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9937ab7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. test scripts for word level timestamps, audios less than chunk_length…

    … automatically processed without VAD, removed manual garbage collector, etc
    Jiltseb committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5c3e6f2 View commit details
    Browse the repository at this point in the history
  2. added code validation

    Jiltseb committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d1f4a7e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from mobiusml/fw_changes

    Bug fixes, adding no VAD transcription, tests
    Jiltseb authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    46310af View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    7498451 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from hargunmujral/patch-1

    Update MANIFEST.in to include pyannote asset
    Jiltseb authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    307de38 View commit details
    Browse the repository at this point in the history
  3. .

    MahmoudAshraf97 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    17e30a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46532fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad2379b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    abcbedd View commit details
    Browse the repository at this point in the history
  2. fix flake8 error

    MahmoudAshraf97 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f584a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bd1bf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebf7b65 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. * remove PyAV and use torchaudio instead, this fixes the memory l…

    …eak in the resampler
    
    * use gpu in feature extraction for 35x speedup
    MahmoudAshraf97 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    7f84e34 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    b54d828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c617c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99d61e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aef4b97 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    5fc5fca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    389da33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b0a252 View commit details
    Browse the repository at this point in the history
  4. adjust tests

    MahmoudAshraf97 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f03d8ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c38429 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. correct timestamps

    MahmoudAshraf97 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    579da0e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    8642f1d View commit details
    Browse the repository at this point in the history
  2. * added duration_after_vad, all_language_probs to info

    * return `info` once instead with every segment since it doesn't change
    MahmoudAshraf97 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6e47bd3 View commit details
    Browse the repository at this point in the history
  3. formatting changes

    MahmoudAshraf97 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    537317f View commit details
    Browse the repository at this point in the history
  4. .

    MahmoudAshraf97 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    74db8be View commit details
    Browse the repository at this point in the history
  5. remove float16 conversion in feature extractor as it led to halluci…

    …nations in sequential inference
    MahmoudAshraf97 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fcf0e82 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    9f78b36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d95c7a6 View commit details
    Browse the repository at this point in the history
  3. formatting fixes

    MahmoudAshraf97 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    968057e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge pull request #18 from MahmoudAshraf97/master

    removing the need for `jsons` dependency
    Jiltseb authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    eff81f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71fca47 View commit details
    Browse the repository at this point in the history
  3. black tool reformats

    Jiltseb committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    369f297 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    248d517 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    647c092 View commit details
    Browse the repository at this point in the history
  6. moving language_id functions to WhisperModel class and removing other…

    … model loading options
    Jiltseb committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    923c5d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70346ca View commit details
    Browse the repository at this point in the history
  8. review changes

    MahmoudAshraf97 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3235640 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    781c051 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #21 from MahmoudAshraf97/master

    Minor changes mentioned in review
    Jiltseb authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    aea77b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c26e4e2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    059d849 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #20 from mobiusml/fw_changes

    Change of language detection functions
    Jiltseb authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5c6f6b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request #22 from MahmoudAshraf97/master

    Implement changes in review request
    Jiltseb authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3ffb18f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    3a63df0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from MahmoudAshraf97/master

    fix conflicts with systran master
    Jiltseb authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3271a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e57b5ca View commit details
    Browse the repository at this point in the history
  4. .

    MahmoudAshraf97 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2fc6c50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bdbca0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b94bd93 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #24 from MahmoudAshraf97/master

    fixing conflicts
    Jiltseb authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fec8c4e View commit details
    Browse the repository at this point in the history
  8. review comments

    MahmoudAshraf97 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ad080cd View commit details
    Browse the repository at this point in the history
  9. .

    MahmoudAshraf97 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    aef5869 View commit details
    Browse the repository at this point in the history
  10. fixing docstring

    MahmoudAshraf97 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9b39b73 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #25 from MahmoudAshraf97/master

    review comments
    Jiltseb authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1dcf0c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    e988ac6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge pull request #26 from MahmoudAshraf97/master

    fix usage with english-only models
    Jiltseb authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b3c1ace View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    c51b877 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from mobiusml/fw_changes

    added licensing comments in the doc and the code
    Jiltseb authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7a90ab8 View commit details
    Browse the repository at this point in the history
  3. added formatting checks

    Jiltseb committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3fd6f7c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #28 from mobiusml/fw_changes

    added formatting checks
    Jiltseb authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6a87d85 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. update license info

    Jiltseb committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4681caa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from mobiusml/fw_changes

    update license info
    Jiltseb authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    62bb5f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. .

    MahmoudAshraf97 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bb6696b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e6a426 View commit details
    Browse the repository at this point in the history