moss-tts: add first-class MOSS-TTS support #32
python-type-check.yml
on: push
pyright type-check
2m 20s
Annotations
10 errors and 2 warnings
|
pyright type-check:
tools/tts/moss-tts-audio-decode.py#L31
Import "moss_tts_delay.llama_cpp._constants" could not be resolved (reportMissingImports)
|
|
pyright type-check:
tests/moss_tts_delay_export_ref.py#L36
Import "moss_tts_delay.modeling_moss_tts" could not be resolved (reportMissingImports)
|
|
pyright type-check:
tests/moss_tts_delay_export_ref.py#L35
Import "moss_tts_delay.configuration_moss_tts" could not be resolved (reportMissingImports)
|
|
pyright type-check:
tests/moss_tts_delay_export_ref.py#L30
Argument of type "SimpleNamespace" cannot be assigned to parameter "value" of type "ModuleType" in function "__setitem__"
"SimpleNamespace" is not assignable to "ModuleType" (reportArgumentType)
|
|
pyright type-check:
tests/moss_tts_delay_export_ref.py#L29
"initialization" is not a known attribute of module "transformers" (reportAttributeAccessIssue)
|
|
pyright type-check:
tests/moss_tts_delay_export_ref.py#L15
"initialization" is unknown import symbol (reportAttributeAccessIssue)
|
|
pyright type-check:
tests/moss_tts_delay_export_generation_ref.py#L18
Import "moss_tts_delay.llama_cpp.processor" could not be resolved (reportMissingImports)
|
|
pyright type-check:
tests/moss_tts_delay_export_generation_ref.py#L17
Import "moss_tts_delay.llama_cpp.pipeline" could not be resolved (reportMissingImports)
|
|
pyright type-check:
tests/moss_tts_delay_export_generation_ref.py#L16
Import "moss_tts_delay.llama_cpp._constants" could not be resolved (reportMissingImports)
|
|
pyright type-check:
tests/moss_tts_delay_export_decode_ref.py#L14
Import "moss_tts_delay.llama_cpp.delay_state" could not be resolved (reportMissingImports)
|
|
pyright type-check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: jakebailey/pyright-action@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
pyright type-check:
tests/moss_tts_delay_export_ref.py#L15
Import "_hf_init" is not accessed (reportUnusedImport)
|