DOC: information about file format
This commit is contained in:
parent
9c5bb5df19
commit
0af379c465
3 changed files with 14 additions and 5 deletions
14
docs/models_compatible_formats.md
Normal file
14
docs/models_compatible_formats.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Model Path Formats
|
||||
|
||||
The `--model-path` parameter accepts:
|
||||
|
||||
## File Path
|
||||
- **`.pt` format only** (required for AlignAtt policy decoder)
|
||||
|
||||
## Directory Path (recommended)
|
||||
Must contain:
|
||||
- **`.pt` file** (required for decoder)
|
||||
|
||||
May optionally contain:
|
||||
- **`.bin` file** - faster-whisper model for encoder (requires faster-whisper)
|
||||
- **`weights.npz`** or **`weights.safetensors`** - for encoder (requires whisper-mlx)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
SIMULSTREAMING_LICENSE = f"""
|
||||
SimulStreaming backend is dual-licensed:
|
||||
• Non-Commercial Use: PolyForm Noncommercial License 1.0.0.
|
||||
• Commercial Use: Check SimulStreaming README (github.com/ufal/SimulStreaming) for more details.
|
||||
"""
|
||||
Loading…
Reference in a new issue