Commit Graph

  • 14faad15c3
    Merge branch 'main' into fix-dtw-cuda-device Jong Wook Kim 2025-06-25 17:02:03 -07:00
  • 95cb56035f
    Update triton_ops.py Jong Wook Kim 2025-06-25 16:59:34 -07:00
  • d319696845
    Merge branch 'main' into patch-1 Jong Wook Kim 2025-06-25 16:56:04 -07:00
  • 5dff4db81a
    Fix: GitHub display errors for Jupyter notebooks (#2589) Learpcs 2025-06-26 03:55:15 +04:00
  • f36b719a24 Add --progress_bar flag to control progress bar visibility NITHIVARSHA T P 2025-05-24 15:50:32 +05:30
  • 03a1bb85c8
    Merge branch 'main' into patch-1 ExtReMLapin 2025-05-15 13:33:18 +02:00
  • 49b5ab6710
    Merge cd485140037d231531dfbf2f4434fd8e39278951 into dd985ac4b90cafeef8712f2998d62c59c3e62d22 PiotrBLL 2025-05-15 09:46:11 +03:00
  • 970c0c4952
    Merge 6d2c1f1ab32f501d13eba11a630bc22b1329672c into dd985ac4b90cafeef8712f2998d62c59c3e62d22 kalarp 2025-05-14 22:42:41 +03:00
  • dd985ac4b9
    Bump the github-actions group with 3 updates (#2592) dependabot[bot] 2025-05-13 11:22:31 -07:00
  • 9db6428649
    Bump the github-actions group with 3 updates dependabot[bot] 2025-05-13 18:11:29 +00:00
  • e1e6aa60ff
    Keep GitHub Actions up to date with GitHub's Dependabot (#2486) Christian Clauss 2025-05-13 20:10:43 +02:00
  • e6a5fc0ff0
    pre-commit: Upgrade black v25.1.0 and isort v6.0.0 (#2514) Christian Clauss 2025-05-13 18:43:34 +02:00
  • 47393a59a4
    Merge branch 'main' into pre-commit-autoupdate-2025-01-29 Christian Clauss 2025-05-13 08:09:05 +02:00
  • 13907bed90
    GitHub Actions: Add Python 3.13 to the testing (#2487) Christian Clauss 2025-05-13 06:10:40 +02:00
  • cdaa99b9e6 Update Multilingual_ASR.ipynb Learpcs 2025-05-11 21:54:27 +04:00
  • cbfab2c866 Update LibriSpeech.ipynb Learpcs 2025-05-11 21:42:09 +04:00
  • 285c21b32e
    refactored changes to update triton kernel only once ExtReMLapin 2025-05-07 10:08:12 +02:00
  • 6335afea82
    support old triton versions ExtReMLapin 2025-05-07 09:43:32 +02:00
  • 31ee44b071
    Update triton kernel using _unsafe_update_src ExtReMLapin 2025-05-07 09:37:48 +02:00
  • 360185c97b
    Update requirements.txt BODDU THANMAI 2025-04-25 02:22:45 +05:30
  • 6101824fa5 Fix: Ensure DTW cost tensor is on the same device as input tensor Nathan Harmon 2025-03-25 12:31:13 -04:00
  • 5592e94342
    Create r Saralana83 2025-03-25 10:16:18 +01:00
  • 4368c97e70
    Create 1 Aya1991q 2025-03-16 12:39:15 +02:00
  • 13c50c64a8
    docs: updated README to specify translation model limitation Nicholas Nadeau, Ph.D., P.Eng. 2025-03-11 14:32:27 -04:00
  • d00d486811 Fix forward method overload in TextDecoder eleanorTurintech 2025-03-11 10:45:40 +00:00
  • 7a552cb5cc Fix indentation eleanorTurintech 2025-03-11 10:42:32 +00:00
  • 52649452a8 Peformance improvements eleanorTurintech 2025-02-03 09:49:17 +00:00
  • 6445c6ba61
    Merge dcc099d417ecd2a0a57911e3ee4938fc3472941f into 517a43ecd132a2089d85f4ebc044728a71d49f6e vgybhu-oss 2025-03-05 18:18:01 -08:00
  • dcc099d417
    Create wtf-is-this-trash vgybhu-oss 2025-03-05 18:17:49 -08:00
  • f7c8085783
    Implemented improvements to the audio processing pipeline Felipe 2025-02-15 18:05:11 -03:00
  • 81dad5e1cc Enhance documentation to reflect recent changes in data. MayureshMore 2025-02-12 10:40:06 -08:00
  • 72f6ef2b86
    Create Aud1 forna4572 2025-02-12 10:15:35 -05:00
  • ac8e64bb3d testing Amal Jacob 2025-02-07 14:04:12 -08:00
  • 97bbe4b70f need to pass in cut region to audio encoder too Amal Jacob 2025-02-07 13:42:03 -08:00
  • c29813b560 pass in cut region Amal Jacob 2025-02-07 13:13:50 -08:00
  • 44cc156a7c
    refactor(transcribe): rem data var matt@aero 2025-02-05 09:35:59 -06:00
  • 854784880b
    fix(transcribe): fix censor re has been added to imports and censor_path added to params. The goal is to allow users to create their own censor json file to use rather than have it supplied to them. A check is used to verify the file exists if the censor flag is set, and if it does not or it is not the proper file tye, the censor is disabled. Segments and full text are both censored. The returned dict was set to a variable called "data" to allow this to occur. To do so another way would be text=tokenizer.decode(all_tokens[len(initial_prompt_tokens) :]) if not censor else censor_text(tokenizer.decode(all_tokens[len(initial_prompt_tokens) :]), forbidden_words).... which is much more difficult to read. matt@aero 2025-02-04 17:37:09 -06:00
  • e08bd26fce added cut region param for grid search Elijah Melton 2025-02-03 19:45:56 -08:00
  • e59538ea21 ... Elijah Melton 2025-02-03 18:31:41 -08:00
  • 937313cee9 clean up and make functional Elijah Melton 2025-02-03 17:11:57 -08:00
  • 36e49d920f evaluated transcripts with base model Elijah Melton 2025-02-02 23:05:09 -08:00
  • 67e68af114 FEAT Elijah Melton 2025-01-31 17:02:57 -08:00
  • 564d0889d7 bad optimization Elijah Melton 2025-01-31 17:01:37 -08:00
  • e9ef1b5772 moving plot logic to colab Amal Jacob 2025-01-31 14:53:05 -08:00
  • 8d44ea7fe6 mimicked cross-attention, now highlight padded region Amal Jacob 2025-01-31 14:31:38 -08:00
  • 9be139c1ec plot cross attention now instead of self attention Amal Jacob 2025-01-31 14:22:44 -08:00
  • 5e4fcc115b plot cross attention now instead of self attention Amal Jacob 2025-01-31 14:16:54 -08:00
  • be5bc0fce3 try again Amal Jacob 2025-01-31 14:04:30 -08:00
  • 9a2e8280c2 try again Amal Jacob 2025-01-31 13:55:50 -08:00
  • 10ecf6ac34 try again Amal Jacob 2025-01-31 13:44:54 -08:00
  • b6e326d1fe revert Amal Jacob 2025-01-31 13:33:13 -08:00
  • b047b5c031 test Amal Jacob 2025-01-31 13:27:11 -08:00
  • 45201ecd53 test Amal Jacob 2025-01-31 13:19:52 -08:00
  • 525e2e6bb3 debug Amal Jacob 2025-01-31 13:11:33 -08:00
  • 97b718e75c update plot Amal Jacob 2025-01-31 13:02:26 -08:00
  • a85bcadd43 add back getter Amal Jacob 2025-01-31 12:50:17 -08:00
  • 2b86f24780 debug Amal Jacob 2025-01-31 12:44:38 -08:00
  • d769d21533 debug Amal Jacob 2025-01-31 12:37:55 -08:00
  • 59b1fa70fe add plot Amal Jacob 2025-01-31 12:30:45 -08:00
  • 54edc865e6 found attention Amal Jacob 2025-01-31 12:22:51 -08:00
  • 310abe10a2
    fix type hint for load_model function Stanley F 2025-01-31 14:08:32 +01:00
  • 4b501e57f7 pre-commit: Upgrade black v25.1.0 and isort v6.0.0 Christian Clauss 2025-01-29 18:29:38 +01:00
  • 45c0e5a57b
    Merge branch 'main' into patch-1 Christian Clauss 2025-01-29 18:18:49 +01:00
  • 852bd8a9e1
    Update pyproject.toml Christian Clauss 2025-01-29 18:13:50 +01:00
  • 767573de22
    Create Mp3 Jaya77777 2025-01-28 14:41:55 +05:30
  • 197922dcc0 feat: add capability to specify ffmpeg path Akande peter 2025-01-27 12:56:49 +01:00
  • 60e1a31a9e debug Amal Jacob 2025-01-26 21:39:08 -08:00
  • 48151029b0 test Amal Jacob 2025-01-26 21:30:54 -08:00
  • 34db988568 nit Amal Jacob 2025-01-26 21:22:34 -08:00
  • 9d8d372a4d test Amal Jacob 2025-01-26 21:12:17 -08:00
  • 4525699f3c
    Numba v0.61.0 is released Christian Clauss 2025-01-21 17:15:28 +01:00
  • 19c785e1a4
    device usage example Francesco Yoshi Gobbo 2025-01-20 15:50:38 +01:00
  • bab8297000
    Merge branch 'main' into patch-1 Alexander Kuznetsov 2025-01-16 16:06:11 +03:00
  • 6d2c1f1ab3
    Merge pull request #2 from KomunikacjaTechnicznaVistula/main kalarp 2025-01-15 22:10:30 +01:00
  • d5328a849f improve the doc for detect_language Gaspard Petit 2025-01-12 11:36:42 -05:00
  • e8ea46f6b4
    Merge branch 'main' into support_negative_timestamps Gaspard Petit 2025-01-12 11:28:06 -05:00
  • a2905a0292
    Improve structure martab0 2025-01-11 23:43:34 +01:00
  • d302de5654
    Merge 3d912f75e6bc0b477a05e2216afd2552b0aec9ce into 517a43ecd132a2089d85f4ebc044728a71d49f6e Rishi Raj Jain 2025-01-06 14:10:41 +01:00
  • 78a7972295
    fail-fast: false Christian Clauss 2025-01-05 01:19:07 +01:00
  • 3422afbc2f
    Merge branch 'main' into python3.13 Christian Clauss 2025-01-05 01:13:27 +01:00
  • 517a43ecd1
    Update python-publish.yml Jong Wook Kim 2025-01-04 12:56:16 -08:00
  • f2a5241af3
    Merge pull request #1 from kalarp/README_edit kalarp 2025-01-04 19:59:06 +01:00
  • 81f2f2d8df Update README.md kalarp 2025-01-04 19:51:12 +01:00
  • ebcf45bb99 Update README.md kalarp 2025-01-04 19:27:14 +01:00
  • 8bca0f721e Update README.md kalarp 2025-01-04 18:39:05 +01:00
  • eda5f55e80 Update README.md kalarp 2025-01-04 18:21:42 +01:00
  • b43abb8b06 Update README.md kalarp 2025-01-04 18:18:31 +01:00
  • 1700765eee Update README.md kalarp 2025-01-04 17:58:02 +01:00
  • e4b37b6829 triton>=2; python_version<'3.13' Christian Clauss 2025-01-04 16:54:35 +01:00
  • 6e612b6b93 numba==0.61.0rc2; python_version=='3.13' Christian Clauss 2025-01-04 16:47:33 +01:00
  • 748ad49525 GitHub Actions: Add Python 3.13 to the testing Christian Clauss 2025-01-04 16:36:35 +01:00
  • 8a0127a08b GitHub Actions: Add Python 3.13 to the testing Christian Clauss 2025-01-04 09:02:57 +01:00
  • 708b1fdab8
    Keep GitHub Actions up to date with GitHub's Dependabot Christian Clauss 2025-01-04 10:42:13 +01:00
  • dd4d010d2c
    PEP 621: Migrate from setup.py to pyproject.toml (#2435) Christian Clauss 2025-01-04 10:38:35 +01:00
  • 5a849ac967
    Merge branch 'main' into setup.py-to-pyproject.toml Christian Clauss 2025-01-04 10:02:50 +01:00
  • 26a7cacc83
    pre-commit autoupdate && pre-commit run --all-files (#2484) Christian Clauss 2025-01-04 10:02:18 +01:00
  • d2363ae5e7
    Merge branch 'main' into pre-commit-autoupdate-2024-01-04 Christian Clauss 2025-01-04 09:58:32 +01:00
  • e3809216f2 PEP 621: Migrate from setup.py to pyproject.toml Christian Clauss 2024-11-12 15:39:36 +01:00
  • b5f719f12a
    Black formatter needs a current version of Python Christian Clauss 2025-01-04 09:55:32 +01:00
  • a63f2a6046 Black formatter needs a current version of Python Christian Clauss 2025-01-04 09:53:06 +01:00