-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc54cb9 - Browse repository at this point
Copy the full SHA fc54cb9View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84d58fa - Browse repository at this point
Copy the full SHA 84d58faView commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63bea66 - Browse repository at this point
Copy the full SHA 63bea66View commit details -
Configuration menu - View commit details
-
Copy full SHA for b95d694 - Browse repository at this point
Copy the full SHA b95d694View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8626bb - Browse repository at this point
Copy the full SHA a8626bbView commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2ca8d4 - Browse repository at this point
Copy the full SHA c2ca8d4View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9edf960 - Browse repository at this point
Copy the full SHA 9edf960View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d008650 - Browse repository at this point
Copy the full SHA d008650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2573982 - Browse repository at this point
Copy the full SHA 2573982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8add326 - Browse repository at this point
Copy the full SHA 8add326View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc3f5c - Browse repository at this point
Copy the full SHA afc3f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd55c03 - Browse repository at this point
Copy the full SHA dd55c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for d34780e - Browse repository at this point
Copy the full SHA d34780eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fab8d9 - Browse repository at this point
Copy the full SHA 9fab8d9View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 162fbf0 - Browse repository at this point
Copy the full SHA 162fbf0View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca6a2ba - Browse repository at this point
Copy the full SHA ca6a2baView commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0df6953 - Browse repository at this point
Copy the full SHA 0df6953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 988c528 - Browse repository at this point
Copy the full SHA 988c528View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 443eb86 - Browse repository at this point
Copy the full SHA 443eb86View commit details -
SDK v3.0 does not work with latest numpy version (1.26.0) and faster whisper won't work if numpy <1.21.6
Configuration menu - View commit details
-
Copy full SHA for 6a51407 - Browse repository at this point
Copy the full SHA 6a51407View commit details
Commits on Dec 12, 2023
-
Merge pull request #2 from SYSTRAN/master
Updating the base faster-whisper to 0.10.0
Configuration menu - View commit details
-
Copy full SHA for 4138e16 - Browse repository at this point
Copy the full SHA 4138e16View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b906a98 - Browse repository at this point
Copy the full SHA b906a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0464122 - Browse repository at this point
Copy the full SHA 0464122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b5cd7 - Browse repository at this point
Copy the full SHA 78b5cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f397e37 - Browse repository at this point
Copy the full SHA f397e37View commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83895ac - Browse repository at this point
Copy the full SHA 83895acView commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e1c1699 - Browse repository at this point
Copy the full SHA e1c1699View commit details
Commits on Dec 22, 2023
-
Merge pull request #3 from mobiusml/batched_asr
Support for Batched inference and language detection from multiple segments in faster-whisper
Configuration menu - View commit details
-
Copy full SHA for b516bc8 - Browse repository at this point
Copy the full SHA b516bc8View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3477d86 - Browse repository at this point
Copy the full SHA 3477d86View commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95df9eb - Browse repository at this point
Copy the full SHA 95df9ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cc2d1d - Browse repository at this point
Copy the full SHA 0cc2d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6624ff - Browse repository at this point
Copy the full SHA d6624ffView commit details -
Merge pull request #5 from mobiusml/add_new_feat_extract
Add new audio feature extraction based on torch audio
Configuration menu - View commit details
-
Copy full SHA for fa69694 - Browse repository at this point
Copy the full SHA fa69694View commit details
Commits on Mar 19, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 6698a9a - Browse repository at this point
Copy the full SHA 6698a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6376f - Browse repository at this point
Copy the full SHA 1b6376fView commit details
Commits on Mar 25, 2024
-
uses same type annotation as faster_whisper for batched transcribe, c…
…onfigurable parameters for transcribe, making vad_segments optional
Configuration menu - View commit details
-
Copy full SHA for 92867e3 - Browse repository at this point
Copy the full SHA 92867e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8452cf2 - Browse repository at this point
Copy the full SHA 8452cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4535963 - Browse repository at this point
Copy the full SHA 4535963View commit details -
made default batched asr options optional as this can be taken care d…
…uring the request with default values
Configuration menu - View commit details
-
Copy full SHA for 95671d2 - Browse repository at this point
Copy the full SHA 95671d2View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fa21b8 - Browse repository at this point
Copy the full SHA 5fa21b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b421086 - Browse repository at this point
Copy the full SHA b421086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16d54e5 - Browse repository at this point
Copy the full SHA 16d54e5View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 827df36 - Browse repository at this point
Copy the full SHA 827df36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 911c62d - Browse repository at this point
Copy the full SHA 911c62dView commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fcf8519 - Browse repository at this point
Copy the full SHA fcf8519View commit details -
Configuration menu - View commit details
-
Copy full SHA for e288337 - Browse repository at this point
Copy the full SHA e288337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c85222 - Browse repository at this point
Copy the full SHA 9c85222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f4640 - Browse repository at this point
Copy the full SHA 21f4640View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eff5e23 - Browse repository at this point
Copy the full SHA eff5e23View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for caaa593 - Browse repository at this point
Copy the full SHA caaa593View commit details
Commits on Apr 11, 2024
-
Merge pull request #8 from mobiusml/fw_pr
Updates to mobius version to comply with SYSTRAN version
Configuration menu - View commit details
-
Copy full SHA for 538366b - Browse repository at this point
Copy the full SHA 538366bView commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c41e4f2 - Browse repository at this point
Copy the full SHA c41e4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e8fa00 - Browse repository at this point
Copy the full SHA 0e8fa00View commit details -
Merge pull request #9 from mobiusml/fw_pr
added 'use_vad_model' to better handle vad segments
Configuration menu - View commit details
-
Copy full SHA for 0d6c62e - Browse repository at this point
Copy the full SHA 0d6c62eView commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56d68a1 - Browse repository at this point
Copy the full SHA 56d68a1View commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2812d99 - Browse repository at this point
Copy the full SHA 2812d99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cd3c60 - Browse repository at this point
Copy the full SHA 1cd3c60View commit details -
Merge pull request #10 from mobiusml/fw_pr_compliance
Changes before Faster_whisper PR
Configuration menu - View commit details
-
Copy full SHA for 3f27636 - Browse repository at this point
Copy the full SHA 3f27636View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93c327d - Browse repository at this point
Copy the full SHA 93c327dView commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2152d11 - Browse repository at this point
Copy the full SHA 2152d11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10242fc - Browse repository at this point
Copy the full SHA 10242fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dde3c9 - Browse repository at this point
Copy the full SHA 2dde3c9View commit details
Commits on May 24, 2024
-
Merge pull request #11 from mobiusml/fw_compliance
Adding further changes before PR
Configuration menu - View commit details
-
Copy full SHA for 8fd2ec0 - Browse repository at this point
Copy the full SHA 8fd2ec0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fd5003 - Browse repository at this point
Copy the full SHA 0fd5003View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d70f0f - Browse repository at this point
Copy the full SHA 9d70f0fView commit details -
Merge pull request #12 from mobiusml/fw_compliance
added compatibility for python 3.8
Configuration menu - View commit details
-
Copy full SHA for d263cbd - Browse repository at this point
Copy the full SHA d263cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e5f3b - Browse repository at this point
Copy the full SHA c9e5f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 883be4d - Browse repository at this point
Copy the full SHA 883be4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18bdaa8 - Browse repository at this point
Copy the full SHA 18bdaa8View commit details -
Merge pull request #13 from mobiusml/fw_compliance
making default vad_device same as asr model device
Configuration menu - View commit details
-
Copy full SHA for b10b8cb - Browse repository at this point
Copy the full SHA b10b8cbView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce21fc7 - Browse repository at this point
Copy the full SHA ce21fc7View commit details -
changes after review suggestions: remove redundant info, add vad mode…
…l and other cosmetic changes
Configuration menu - View commit details
-
Copy full SHA for afcc0f6 - Browse repository at this point
Copy the full SHA afcc0f6View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b63e22 - Browse repository at this point
Copy the full SHA 0b63e22View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3dc61d - Browse repository at this point
Copy the full SHA e3dc61dView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c694174 - Browse repository at this point
Copy the full SHA c694174View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d3891 - Browse repository at this point
Copy the full SHA a0d3891View commit details -
Merge pull request #14 from mobiusml/fw_changes
Changes as per the review suggestions for Faster Whisper PR
Configuration menu - View commit details
-
Copy full SHA for 3c22842 - Browse repository at this point
Copy the full SHA 3c22842View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d30b377 - Browse repository at this point
Copy the full SHA d30b377View commit details -
Merge pull request #15 from mobiusml/fw_changes
removing clip_timestamps and redundant info, minor typos
Configuration menu - View commit details
-
Copy full SHA for 9937ab7 - Browse repository at this point
Copy the full SHA 9937ab7View commit details
Commits on Jun 18, 2024
-
test scripts for word level timestamps, audios less than chunk_length…
… automatically processed without VAD, removed manual garbage collector, etc
Configuration menu - View commit details
-
Copy full SHA for 5c3e6f2 - Browse repository at this point
Copy the full SHA 5c3e6f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f4a7e - Browse repository at this point
Copy the full SHA d1f4a7eView commit details -
Merge pull request #16 from mobiusml/fw_changes
Bug fixes, adding no VAD transcription, tests
Configuration menu - View commit details
-
Copy full SHA for 46310af - Browse repository at this point
Copy the full SHA 46310afView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7498451 - Browse repository at this point
Copy the full SHA 7498451View commit details -
Merge pull request #17 from hargunmujral/patch-1
Update MANIFEST.in to include pyannote asset
Configuration menu - View commit details
-
Copy full SHA for 307de38 - Browse repository at this point
Copy the full SHA 307de38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e30a4 - Browse repository at this point
Copy the full SHA 17e30a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46532fc - Browse repository at this point
Copy the full SHA 46532fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad2379b - Browse repository at this point
Copy the full SHA ad2379bView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for abcbedd - Browse repository at this point
Copy the full SHA abcbeddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f584a6c - Browse repository at this point
Copy the full SHA f584a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd1bf7 - Browse repository at this point
Copy the full SHA 1bd1bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf7b65 - Browse repository at this point
Copy the full SHA ebf7b65View commit details
Commits on Jun 22, 2024
-
* remove
PyAV
and usetorchaudio
instead, this fixes the memory l……eak in the resampler * use gpu in feature extraction for 35x speedup
Configuration menu - View commit details
-
Copy full SHA for 7f84e34 - Browse repository at this point
Copy the full SHA 7f84e34View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b54d828 - Browse repository at this point
Copy the full SHA b54d828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c617c2 - Browse repository at this point
Copy the full SHA 2c617c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d61e0 - Browse repository at this point
Copy the full SHA 99d61e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aef4b97 - Browse repository at this point
Copy the full SHA aef4b97View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fc5fca - Browse repository at this point
Copy the full SHA 5fc5fcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389da33 - Browse repository at this point
Copy the full SHA 389da33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0a252 - Browse repository at this point
Copy the full SHA 2b0a252View commit details -
Configuration menu - View commit details
-
Copy full SHA for f03d8ca - Browse repository at this point
Copy the full SHA f03d8caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c38429 - Browse repository at this point
Copy the full SHA 7c38429View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 579da0e - Browse repository at this point
Copy the full SHA 579da0eView commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8642f1d - Browse repository at this point
Copy the full SHA 8642f1dView commit details -
* added
duration_after_vad
,all_language_probs
toinfo
* return `info` once instead with every segment since it doesn't change
Configuration menu - View commit details
-
Copy full SHA for 6e47bd3 - Browse repository at this point
Copy the full SHA 6e47bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 537317f - Browse repository at this point
Copy the full SHA 537317fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74db8be - Browse repository at this point
Copy the full SHA 74db8beView commit details -
remove
float16
conversion in feature extractor as it led to halluci……nations in sequential inference
Configuration menu - View commit details
-
Copy full SHA for fcf0e82 - Browse repository at this point
Copy the full SHA fcf0e82View commit details
Commits on Jun 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f78b36 - Browse repository at this point
Copy the full SHA 9f78b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for d95c7a6 - Browse repository at this point
Copy the full SHA d95c7a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 968057e - Browse repository at this point
Copy the full SHA 968057eView commit details
Commits on Jul 1, 2024
-
Merge pull request #18 from MahmoudAshraf97/master
removing the need for `jsons` dependency
Configuration menu - View commit details
-
Copy full SHA for eff81f5 - Browse repository at this point
Copy the full SHA eff81f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71fca47 - Browse repository at this point
Copy the full SHA 71fca47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 369f297 - Browse repository at this point
Copy the full SHA 369f297View commit details -
Configuration menu - View commit details
-
Copy full SHA for 248d517 - Browse repository at this point
Copy the full SHA 248d517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 647c092 - Browse repository at this point
Copy the full SHA 647c092View commit details -
moving language_id functions to WhisperModel class and removing other…
… model loading options
Configuration menu - View commit details
-
Copy full SHA for 923c5d9 - Browse repository at this point
Copy the full SHA 923c5d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70346ca - Browse repository at this point
Copy the full SHA 70346caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3235640 - Browse repository at this point
Copy the full SHA 3235640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 781c051 - Browse repository at this point
Copy the full SHA 781c051View commit details -
Merge pull request #21 from MahmoudAshraf97/master
Minor changes mentioned in review
Configuration menu - View commit details
-
Copy full SHA for aea77b1 - Browse repository at this point
Copy the full SHA aea77b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c26e4e2 - Browse repository at this point
Copy the full SHA c26e4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 059d849 - Browse repository at this point
Copy the full SHA 059d849View commit details -
Merge pull request #20 from mobiusml/fw_changes
Change of language detection functions
Configuration menu - View commit details
-
Copy full SHA for 5c6f6b5 - Browse repository at this point
Copy the full SHA 5c6f6b5View commit details
Commits on Jul 2, 2024
-
Merge pull request #22 from MahmoudAshraf97/master
Implement changes in review request
Configuration menu - View commit details
-
Copy full SHA for 3ffb18f - Browse repository at this point
Copy the full SHA 3ffb18fView commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a63df0 - Browse repository at this point
Copy the full SHA 3a63df0View commit details -
Merge pull request #23 from MahmoudAshraf97/master
fix conflicts with systran master
Configuration menu - View commit details
-
Copy full SHA for 3271a4a - Browse repository at this point
Copy the full SHA 3271a4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e57b5ca - Browse repository at this point
Copy the full SHA e57b5caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc6c50 - Browse repository at this point
Copy the full SHA 2fc6c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bdbca0 - Browse repository at this point
Copy the full SHA 8bdbca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b94bd93 - Browse repository at this point
Copy the full SHA b94bd93View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec8c4e - Browse repository at this point
Copy the full SHA fec8c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad080cd - Browse repository at this point
Copy the full SHA ad080cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for aef5869 - Browse repository at this point
Copy the full SHA aef5869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b39b73 - Browse repository at this point
Copy the full SHA 9b39b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dcf0c9 - Browse repository at this point
Copy the full SHA 1dcf0c9View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e988ac6 - Browse repository at this point
Copy the full SHA e988ac6View commit details
Commits on Jul 8, 2024
-
Merge pull request #26 from MahmoudAshraf97/master
fix usage with english-only models
Configuration menu - View commit details
-
Copy full SHA for b3c1ace - Browse repository at this point
Copy the full SHA b3c1aceView commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c51b877 - Browse repository at this point
Copy the full SHA c51b877View commit details -
Merge pull request #27 from mobiusml/fw_changes
added licensing comments in the doc and the code
Configuration menu - View commit details
-
Copy full SHA for 7a90ab8 - Browse repository at this point
Copy the full SHA 7a90ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd6f7c - Browse repository at this point
Copy the full SHA 3fd6f7cView commit details -
Merge pull request #28 from mobiusml/fw_changes
added formatting checks
Configuration menu - View commit details
-
Copy full SHA for 6a87d85 - Browse repository at this point
Copy the full SHA 6a87d85View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4681caa - Browse repository at this point
Copy the full SHA 4681caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62bb5f0 - Browse repository at this point
Copy the full SHA 62bb5f0View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb6696b - Browse repository at this point
Copy the full SHA bb6696bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e6a426 - Browse repository at this point
Copy the full SHA 5e6a426View commit details