tensorRT: fp8 tier for the small DiTs (sm-music, sm-sfx) #164
Annotations
10 errors and 1 warning
|
ruff (RUF013):
stable_audio_3/model.py#L80
stable_audio_3/model.py:80:17: RUF013 PEP 484 prohibits implicit `Optional`
help: Convert to `T | None`
|
|
ruff (I001):
stable_audio_3/model.py#L1
stable_audio_3/model.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
stable_audio_3/loading_utils.py#L1
stable_audio_3/loading_utils.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (UP006):
stable_audio_3/factory.py#L129
stable_audio_3/factory.py:129:13: UP006 Use `dict` instead of `tp.Dict` for type annotation
help: Replace with `dict`
|
|
ruff (UP006):
stable_audio_3/factory.py#L21
stable_audio_3/factory.py:21:47: UP006 Use `dict` instead of `tp.Dict` for type annotation
help: Replace with `dict`
|
|
ruff (I001):
stable_audio_3/factory.py#L1
stable_audio_3/factory.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
stable_audio_3/cli.py#L10
stable_audio_3/cli.py:10:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
scripts/train_lora.py#L35
scripts/train_lora.py:35:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
scripts/pre_encode_dataset.py#L19
scripts/pre_encode_dataset.py:19:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
run_gradio.py#L1
run_gradio.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|