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

Merge master #232

Closed
wants to merge 118 commits into from
Closed

Merge master #232

wants to merge 118 commits into from

Commits on Nov 1, 2023

  1. Update server_fastapi.py. Add new api endpoints. (#141)

    * Update server_fastapi.py. Add new api endpoints.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    jiangyuxiaoxiao and pre-commit-ci[bot] authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ca546c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. 修复多机训练问题 (#143)

    * 修复多机训练问题
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Lvjinhong and pre-commit-ci[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    74467f5 View commit details
    Browse the repository at this point in the history
  2. [Fix] Fix Volume inconsistent (#144)

    * [Fix] Fix Volume inconsistent
    
    Fixed the problem of volume inconsistency between sentence segments caused by Gradio volume normalization
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    lzyplayer and pre-commit-ci[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6227012 View commit details
    Browse the repository at this point in the history
  3. Update webui.py

    Stardust-minus authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7737079 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update server_fastapi.py. Avoid loading the model repeatedly. Add log…

    …ger (#145)
    
    * Update server_fastapi.py. Avoid loading the model repeatedly. Add loguru logger.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    jiangyuxiaoxiao and pre-commit-ci[bot] authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    25ea864 View commit details
    Browse the repository at this point in the history
  2. 更新 models.py

    Stardust-minus authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d4ecc90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d6de24 View commit details
    Browse the repository at this point in the history
  4. Auto download missing model for bert_gen.py (#146)

    * auto download missing model
    
    * support openi
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix wrong delete
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * pass pre-commit
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix repeat login
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Isotr0py and pre-commit-ci[bot] authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8609449 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. 修复部分日文汉字无法被推理/训练 (#148)

    * Update japanese.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Minami-su and pre-commit-ci[bot] authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3705de9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    1da0189 View commit details
    Browse the repository at this point in the history
  2. Update server.py

    Stardust-minus authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    b99419d View commit details
    Browse the repository at this point in the history
  3. Update server.py

    Stardust-minus authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    7e41a1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c74e9a View commit details
    Browse the repository at this point in the history
  5. Update server.py

    Stardust-minus authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    a4907cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d1fa77 View commit details
    Browse the repository at this point in the history
  7. Update server.py

    Stardust-minus authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    a3f981d View commit details
    Browse the repository at this point in the history
  8. Update server.py

    Stardust-minus authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    321b72c View commit details
    Browse the repository at this point in the history
  9. Update server.py

    Stardust-minus authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    6d0d777 View commit details
    Browse the repository at this point in the history
  10. Fix japanese.py (#151)

    * Fix japanese.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    OedoSoldier and pre-commit-ci[bot] authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    0dbe362 View commit details
    Browse the repository at this point in the history
  11. Add model download to train_ms.py (#150)

    * download base model
    
    * fix download
    
    * fix download repo
    
    * set HF default
    Isotr0py authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    80c418e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update server.py

    Stardust-minus authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5f14fa1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Stardust-minus authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8557742 View commit details
    Browse the repository at this point in the history
  3. Fix: server_fastapi.py, support auto split (#152)

    * Fix: server_fastapi.py, support auto split
    
    * Fix: translate.py
    jiangyuxiaoxiao authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    096d661 View commit details
    Browse the repository at this point in the history
  4. Add language identification. (#153)

    * Add language identification.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Artrajz and pre-commit-ci[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c86da6e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#154)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](astral-sh/ruff-pre-commit@v0.1.3...v0.1.4)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a233fb4 View commit details
    Browse the repository at this point in the history
  2. Update zje language identification. (#155)

    * Update zje language identification.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Artrajz and pre-commit-ci[bot] authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a752307 View commit details
    Browse the repository at this point in the history
  3. add emo and vo

    Stardust-minus authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    16af947 View commit details
    Browse the repository at this point in the history
  4. Update models.py

    Stardust-minus authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5980503 View commit details
    Browse the repository at this point in the history
  5. add emo

    Stardust-minus authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c864828 View commit details
    Browse the repository at this point in the history
  6. Update loss

    Stardust-minus authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8ea241b View commit details
    Browse the repository at this point in the history
  7. Create emo_gen.py

    Stardust-minus authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9616b7b View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Stardust-minus authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    709edb1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c2b7e8 View commit details
    Browse the repository at this point in the history
  10. fix

    Stardust-minus authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d99b4bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17ae5b9 View commit details
    Browse the repository at this point in the history
  12. Update infer.py

    Stardust-minus authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    03b2ec0 View commit details
    Browse the repository at this point in the history
  13. performance improve

    Stardust-minus authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    af7b0ea View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Feat: support auto split in webui (#158)

    * Feat: support auto split in webui
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    jiangyuxiaoxiao and pre-commit-ci[bot] authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ee423f2 View commit details
    Browse the repository at this point in the history
  2. sync emo branch (#159)

    * Update README.md
    
    * 更新 bert_models.json
    
    * fix
    
    * Update data_utils.py
    
    * Update infer.py
    
    * performance improve
    
    * Feat: support auto split in webui (#158)
    
    * Feat: support auto split in webui
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Sora <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    33d1535 View commit details
    Browse the repository at this point in the history
  3. Fix: change /voice api to post (#160)

    * Fix: change /voice api to post
    
    * Fix: support /voice api get
    jiangyuxiaoxiao authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6a77c8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e66fec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    695ac42 View commit details
    Browse the repository at this point in the history
  6. del emo

    Stardust-minus authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    242428f View commit details
    Browse the repository at this point in the history
  7. del emo

    Stardust-minus authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    78677dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f15f083 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    653a186 View commit details
    Browse the repository at this point in the history
  2. use diy loguru (#164)

    * Feat: use diy loguru logger
    
    * Feat: use diy loguru logger
    jiangyuxiaoxiao authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c137d87 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Stardust-minus authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    33c1e29 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. 更新 models.py

    Stardust-minus authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1144814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aacd2c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    3a332fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a83ea1 View commit details
    Browse the repository at this point in the history
  3. Onnx导出 (#176)

    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    NaruseMioShirakana and pre-commit-ci[bot] authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    5c37dbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9483a6c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#180)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5)
    - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    52f895a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad694ee View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Support multilang generation (#185)

    * Support multilang generation
    
    * Update
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    OedoSoldier and pre-commit-ci[bot] authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1fbddf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. 更新并完善分布式训练功能 (#186)

    * 修复多机训练问题
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * 更新并完善分布式训练功能
    
    近期融合V2版本代码时发现之前修改的多机功能并不正确,仍会报错,只不过单机多卡情况下local_rank即相当于rank,感知不出
    1. 修复train_ms.py中DDP初始化及.cuda绑定到local_rank上
    2. 在default_config.yml配置文件中添加env变量 LOCAL_RANK,否则默认情况下会key error
    3. 添加run_MnodesAndMgpus.sh,更新分布式相关说明
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Lvjinhong and pre-commit-ci[bot] authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    31de84e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#189)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.5...v0.1.6)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ec9145c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Dev emo (#171)

    * SYNC CHANGE TO EMO BRANCH (#162)
    
    * Update README.md
    
    * 更新 bert_models.json
    
    * fix
    
    * Update data_utils.py
    
    * Update infer.py
    
    * performance improve
    
    * Feat: support auto split in webui (#158)
    
    * Feat: support auto split in webui
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Fix: change /voice api to post (#160)
    
    * Fix: change /voice api to post
    
    * Fix: support /voice api get
    
    * Fix: Add missing torch.cuda.empty_cache() (#161)
    
    ---------
    
    Co-authored-by: Sora <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Artrajz <[email protected]>
    
    * sync  (#163)
    
    * Update README.md
    
    * 更新 bert_models.json
    
    * fix
    
    * Update data_utils.py
    
    * Update infer.py
    
    * performance improve
    
    * Feat: support auto split in webui (#158)
    
    * Feat: support auto split in webui
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Fix: change /voice api to post (#160)
    
    * Fix: change /voice api to post
    
    * Fix: support /voice api get
    
    * Fix: Add missing torch.cuda.empty_cache() (#161)
    
    * del emo
    
    * del emo
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: Sora <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Artrajz <[email protected]>
    
    * Add files via upload
    
    * Update infer.py
    
    * add emo
    
    * add emo
    
    * Update default_config.yml
    
    * Fix slice segments GPU perf (#165)
    
    * Fix slice segments GPU perf
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update commons.py
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Update infer.py
    
    * Update models.py
    
    * Update infer.py
    
    * remove spec cache
    
    * Update data_utils.py
    
    * Update data_utils.py
    
    * Update train_ms.py
    
    * Revert "Fix slice segments GPU perf (#165)" (#169)
    
    This reverts commit 28430fc.
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update data_utils.py
    
    * Update data_utils.py
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update default_config.yml
    
    * Switch to Japanese wwm DeBERTa (#172)
    
    * Switch to Japanese wwm DeBERTa
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Fix wrong ellipsis g2p (#173)
    
    * Switch to Japanese wwm DeBERTa
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix ellipsis g2p
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Add files via upload
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix English phones not aligned with BERT features (#174)
    
    * Fix English phones not aligned with BERT features
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Fix english bert gen (#175)
    
    * Update webui.py
    
    * Update webui.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * add NCCL timeout
    
    * Update train_ms.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update train_ms.py
    
    * Update default_config.yml
    
    * Update infer.py
    
    * Update models.py
    
    * Update train_ms.py
    
    * Update infer.py
    
    * Update emo_gen.py
    
    * Feat: Support load and infer 2.0 models (#178)
    
    * Feat: Support load and infer 2.0 models
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * 复用相同逻辑,修正静音添加错误 (#181)
    
    * Refactor: reuse the same part of voice api.
    
    * Fix: server_fastapi.py
    
    * Update train_ms.py
    
    * Update data_utils.py
    
    * Update data_utils.py
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update data_utils.py
    
    * Update data_utils.py
    
    * Add files via upload
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update default_config.yml
    
    * Update utils.py
    
    * Update train_ms.py
    
    * Update utils.py
    
    * Update default_config.yml
    
    * Update data_utils.py
    
    * Update default_config.yml
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update config.py
    
    * Update utils.py
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * feat: add voice mix and tone mix (#187)
    
    * feat: add voice mix and tone mix
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Stardust·减 <[email protected]>
    
    * Add files via upload
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: Sora <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Artrajz <[email protected]>
    Co-authored-by: Leng Yue <[email protected]>
    Co-authored-by: OedoSoldier <[email protected]>
    Co-authored-by: 潮幻Mark <[email protected]>
    7 people authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    b186499 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    a2d9718 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    3dc93c9 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    3ec1b65 View commit details
    Browse the repository at this point in the history
  5. Update infer.py

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    64e5746 View commit details
    Browse the repository at this point in the history
  6. Update config.json

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    b24d407 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e409e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1dec0d3 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f28f105 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    6d6ba62 View commit details
    Browse the repository at this point in the history
  11. Update data_utils.py

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    4b23d4d View commit details
    Browse the repository at this point in the history
  12. Update data_utils.py

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    65cf40f View commit details
    Browse the repository at this point in the history
  13. Update train_ms.py

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f65b332 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8e28d5e View commit details
    Browse the repository at this point in the history
  15. Update config.py

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    241c6e4 View commit details
    Browse the repository at this point in the history
  16. Update webui.py

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    afa21ff View commit details
    Browse the repository at this point in the history
  17. fix emo

    Stardust-minus authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    2e73312 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Update infer.py

    Stardust-minus authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    4158626 View commit details
    Browse the repository at this point in the history
  2. Delete server.py

    Stardust-minus authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    2c7d3f5 View commit details
    Browse the repository at this point in the history
  3. Update infer.py

    Stardust-minus authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    11e3b16 View commit details
    Browse the repository at this point in the history
  4. fix: Fix wrong reference of function name: change ref to reference_au…

    …dio (#194)
    
    * fix: Fix wrong reference of function name: change ref to reference_audio
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    jsoncode and pre-commit-ci[bot] authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    15babcd View commit details
    Browse the repository at this point in the history
  5. Auto download update, optimize dataloader num_workers (#195)

    * update bert
    
    * auto download emo
    
    * fix typo
    
    * fix typo
    
    * fix bert download
    
    * optimize code format
    
    * remove unsued import
    
    * fix a bug
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Isotr0py and pre-commit-ci[bot] authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    dec3fc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Update infer.py

    Stardust-minus authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1952bcd View commit details
    Browse the repository at this point in the history
  2. Update infer.py

    Stardust-minus authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5ec036a View commit details
    Browse the repository at this point in the history
  3. Update infer.py (#196)

    * Update
    
    * Update
    OedoSoldier authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    122afe0 View commit details
    Browse the repository at this point in the history
  4. Update infer.py (#197)

    OedoSoldier authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    818b3b1 View commit details
    Browse the repository at this point in the history
  5. Update infer.py

    OedoSoldier committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8ef5db5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #198 from OedoSoldier/master

    Update infer.py
    OedoSoldier authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2c528ce View commit details
    Browse the repository at this point in the history
  7. Change the utils.download_emo_models (#199)

    * Change the utils.download_emo_models
    
    Change utils.download_emo_models(config.mirror, model_name, REPO_ID) to utils.download_emo_models(config.mirror, REPO_ID, model_name)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Thymustw and pre-commit-ci[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    badb125 View commit details
    Browse the repository at this point in the history
  8. Update

    OedoSoldier committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    982ea7d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0dd8183 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #200 from OedoSoldier/master

    Update get_emo
    OedoSoldier authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e92f67f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Fix multiprocess (#201)

    * fix nultiprocess
    
    * fix format
    
    * fix multiprocess=0
    Isotr0py authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    edb5d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5444c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. 更新 webui.py

    Stardust-minus authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    46fcdf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. text/init.py (#203)

    * Create all_process.py
    
    * Create asr_transcript.py
    
    * Update config.py
    
    * Create extract_list.py
    
    * Create clean_list.py
    
    * Create custom.css
    
    * Create compress_model.py
    
    * Update all_process.py
    
    * Update resample.py
    
    * Update resample.py
    
    * configs/config.json copy utils
    
    * mirror: openi + token
    bert models optimize
    
    * text/__init__.py platform compatibility
    compress_model.py output
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    AnyaCoder and pre-commit-ci[bot] authored Nov 30, 2023
    2 Configuration menu
    Copy the full SHA
    4edcfb3 View commit details
    Browse the repository at this point in the history
  2. assure 'configs/config.json' is same (#205)

    * Create all_process.py
    
    * Create asr_transcript.py
    
    * Update config.py
    
    * Create extract_list.py
    
    * Create clean_list.py
    
    * Create custom.css
    
    * Create compress_model.py
    
    * Update all_process.py
    
    * Update resample.py
    
    * Update resample.py
    
    * configs/config.json copy utils
    
    * mirror: openi + token
    bert models optimize
    
    * text/__init__.py platform compatibility
    compress_model.py output
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * default_config.yml fix 'config_path'
    all_process.py fix 'config_path'
    
    * default_config.yml fix 'config_path'
    all_process.py fix 'config_path'
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    AnyaCoder and pre-commit-ci[bot] authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    377454b View commit details
    Browse the repository at this point in the history
  3. default_config.yml : 'config.json' (#207)

    * Create all_process.py
    
    * Create asr_transcript.py
    
    * Update config.py
    
    * Create extract_list.py
    
    * Create clean_list.py
    
    * Create custom.css
    
    * Create compress_model.py
    
    * Update all_process.py
    
    * Update resample.py
    
    * Update resample.py
    
    * configs/config.json copy utils
    
    * mirror: openi + token
    bert models optimize
    
    * text/__init__.py platform compatibility
    compress_model.py output
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * default_config.yml fix 'config_path'
    all_process.py fix 'config_path'
    
    * default_config.yml fix 'config_path'
    all_process.py fix 'config_path'
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * 'config_path': config.json
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    AnyaCoder and pre-commit-ci[bot] authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9243818 View commit details
    Browse the repository at this point in the history
  4. delete 4 files not required (#208)

    * Create all_process.py
    
    * Create asr_transcript.py
    
    * Update config.py
    
    * Create extract_list.py
    
    * Create clean_list.py
    
    * Create custom.css
    
    * Create compress_model.py
    
    * Update all_process.py
    
    * Update resample.py
    
    * Update resample.py
    
    * configs/config.json copy utils
    
    * mirror: openi + token
    bert models optimize
    
    * text/__init__.py platform compatibility
    compress_model.py output
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * default_config.yml fix 'config_path'
    all_process.py fix 'config_path'
    
    * default_config.yml fix 'config_path'
    all_process.py fix 'config_path'
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * 'config_path': config.json
    
    * Delete all_process.py
    
    * Delete asr_transcript.py
    
    * Delete clean_list.py
    
    * Delete extract_list.py
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    AnyaCoder and pre-commit-ci[bot] authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d4a2bc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    95f44ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #210 from jiangyuxiaoxiao/master

    update server_fastapi.py: 缺少web文件时添加提示信息。configyml添加更多帮助注释
    jiangyuxiaoxiao authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b4d7bc5 View commit details
    Browse the repository at this point in the history
  3. Optimize the recognition of mixed Chinese and English characters in n…

    …umbers. (#212)
    
    * Optimize the recognition of mixed Chinese and English characters in numbers.
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Artrajz and pre-commit-ci[bot] authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2c50b78 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    3623eed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    872e8cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #213 from jiangyuxiaoxiao/master

    update server_fastapi.py: 添加2.1模型推理支持。
    jiangyuxiaoxiao authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    67de3ba View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    2b178ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #214 from jiangyuxiaoxiao/master

    fix server_fastapi.py: 修复bug。
    jiangyuxiaoxiao authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    15603dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2fcc02 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    a4f3388 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #215 from jiangyuxiaoxiao/master

    update server_fastapi.py. 模型文件不存在时跳过加载模型
    jiangyuxiaoxiao authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    87462fe View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. 修复了VQ未注册入网络的问题 (#216)

    * Add files via upload
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    NaruseMioShirakana and pre-commit-ci[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f550f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ddc560 View commit details
    Browse the repository at this point in the history
  3. 不同版本Onnx模型导出适配 (#221)

    * Add files via upload
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add files via upload
    
    * Add files via upload
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    NaruseMioShirakana and pre-commit-ci[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    698d2bf View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. fix mismatch when there is space between alpha and non-alpha words (#222

    )
    
    * fix mismatch when there is space between alpha and non-alpha words
    
    * revert blank line
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Spycsh and pre-commit-ci[bot] authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    f1a1b4c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Fix multilang generation

    OedoSoldier committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    6733e63 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Update train_ms.py (#225)

    在每次epoch结束后回收显存以避免显存溢出的问题
    EiHeiGanTanHao authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    649b4fb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#227)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7](astral-sh/ruff-pre-commit@v0.1.6...v0.1.7)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9cc786d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Use clap to achieve prompt controlled generation (#223)

    * 快速分类音频并把yml格式结果存在训练根目录里 (#190)
    
    * Add files via upload
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    
    * Update models.py
    
    * Update webui.py
    
    * Update infer.py
    
    * Create compress_model.py
    
    * 重新提交,更新Gradio推理UI (#193)
    
    * Update webui.py
    
    * Update webui.py
    
    * 更新 train_ms.py
    
    * 更新 models.py
    
    * 更新 models.py
    
    * 更新 models.py
    
    * 更新 train_ms.py
    
    * 更新 train_ms.py
    
    * 更新 models.py
    
    * Update preprocess_text.py
    
    * Update config.json
    
    * Update train_ms.py
    
    * Update webui.py (#206)
    
    * Add files via upload (#209)
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update preprocess_text.py
    
    * Update train_ms.py
    
    * fix (#211)
    
    * Update emotion_clustering.py
    
    * Add files via upload
    
    * Update emotion_clustering.py
    
    * add cluster center save
    
    * Add files via upload
    
    * Update config.py
    
    * Update default_config.yml
    
    * Update config.py
    
    * Update config.py
    
    * Update emotion_clustering.py
    
    * Update emotion_clustering.py
    
    * Update config.py
    
    * Update emotion_clustering.py
    
    * Update emotion_clustering.py
    
    * Update webui.py
    
    * Update emotion_clustering.py
    
    * Update commons.py
    
    * Update emotion_clustering.py
    
    * Update webui.py
    
    * Update webui.py
    
    * Add files via upload
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update train_ms.py
    
    * Update webui.py
    
    * Update emotion_clustering.py
    
    * Update emotion_clustering.py
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix default_config.yml.
    
    * Update infer.py
    
    * feat: support infer 2.1 models
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix: support infer 2.1 models 兼容bug修复
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update train_ms.py
    
    * Add CLAP
    
    * Fix data loader
    
    * Fix infer.py
    
    * Fix webui.py
    
    * Add prompt template
    
    * Update clap_gen.py
    
    * Fix wrong environ value
    
    * Add g for dur disc
    
    * Update clap_gen.py
    
    * Fix multilang generation
    
    * Update config.json
    
    * Prompt mode
    
    * Improve slice segments performance
    
    * Add preprocess webui
    
    * Update webui_preprocess.py
    
    * Update webui_preprocess.py
    
    * Update config.py
    
    * Update default_config.yml
    
    * Update config.py
    
    * Update clap_gen.py
    
    * Delete emo_gen.py
    
    * Delete get_emo.py
    
    * Delete emotional/wav2vec2-large-robust-12-ft-emotion-msp-dim directory
    
    * Update README.md
    
    * Update README
    
    * Split val per lang
    
    * Delete emotion_clustering.py
    
    * Update default_config.yml
    
    * Update default_config.yml
    
    * Update config.py
    
    * Update preprocess_text.py
    
    * Update webui_preprocess.py
    
    * Update defalut_config.yml
    
    * Update webui_preprocess.py
    
    * Update preprocess_text.py
    
    * Random augmentation for CLAP
    
    * Update data_utils.py
    
    * Update preprocess_text.py
    
    * Add vq for CLAP features to avoid overfitting
    
    * Random dummy inputs
    
    * Update webui.py
    
    * Update models.py
    
    * Update infer.py
    
    * Apply Code Formatter Change
    
    * Update config.json
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: YYuX-1145 <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Sora <[email protected]>
    Co-authored-by: Sihan Wang <[email protected]>
    Co-authored-by: Stardust-minus <[email protected]>
    6 people authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    eaefc57 View commit details
    Browse the repository at this point in the history
  2. 删除无用的Onnx文件 (#230)

    * Add files via upload
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add files via upload
    
    * Add files via upload
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Delete attentions_onnx.py
    
    * Delete models_onnx.py
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    NaruseMioShirakana and pre-commit-ci[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d42fee7 View commit details
    Browse the repository at this point in the history