nari-qwen3-tts
Ultrafast Qwen3-TTS: sub-50 ms time-to-first-audio at 10 requests per second.
File Explorer
Download Latest Version (.zip)- entrypoint.sh
- p95-ttfa-under-load.png
- websocket.md
- docker-build-publish.sh
- __init__.py
- app.py
- http.py
- schemas.py
- wav.py
- websocket.py
- __init__.py
- codec_state.py
- command.py
- errors.py
- frames.py
- health.py
- model.py
- request.py
- result.py
- rng.py
- stage.py
- stream.py
- work.py
- __init__.py
- admission.py
- codec_readiness.py
- commit.py
- engine.py
- input_builder.py
- output.py
- pipeline.py
- state.py
- trace.py
- __init__.py
- _validate.py
- build.py
- cache.py
- code_predictor.py
- codec.py
- cuda_graph.py
- executor.py
- health.py
- input_layout.py
- optimizations.py
- pcm.py
- rng.py
- rows.py
- sampling.py
- submission.py
- talker.py
- talker_kv.py
- types.py
- __init__.py
- capabilities.py
- checkpoint.py
- components.py
- config.py
- incremental_codec.py
- input_layout.py
- kernels.py
- layers.py
- loader.py
- public.py
- sampling.py
- streaming_text.py
- text.py
- __init__.py
- catalog.py
- planner.py
- policy.py
- __init__.py
- balanced.yaml
- throughput.yaml
- ttfa.yaml
- __init__.py
- __main__.py
- config.py
- factory.py
- profile.py
- serve.py
- __init__.py
- test_batch_compatibility.py
- test_codec_state.py
- test_commands.py
- test_requests.py
- test_results.py
- test_stages.py
- test_stream.py
- test_submission.py
- test_work.py
- __init__.py
- test_claim_ledger.py
- test_commit_contract.py
- test_executor_submission.py
- test_input_builder.py
- test_lifecycle.py
- test_live_input.py
- test_output_ordering.py
- test_output_queue.py
- test_state.py
- test_submission_order.py
- test_submission_window.py
- test_threading.py
- __init__.py
- test_code_predictor_boundary.py
- test_code_predictor_resources.py
- test_codec_boundary.py
- test_codec_resources.py
- test_submission.py
- test_talker_decode_boundary.py
- test_talker_prefill_boundary.py
- test_talker_resources.py
- __init__.py
- test_codec.py
- test_contracts.py
- test_domain.py
- test_fixed_jobs.py
- test_sampling.py
- test_talker_input_modes.py
- __init__.py
- test_assets.py
- test_components.py
- test_distribution.py
- test_domain_contract.py
- test_loader.py
- test_model_config.py
- test_owner.py
- test_public_api.py
- test_text_domain.py
- __init__.py
- rows.py
- test_config_catalog.py
- test_cuda_graph_runtime.py
- test_cuda_graph_sampling.py
- test_factory.py
- test_optimizations.py
- test_staging_cache_rng.py
- test_talker_executor.py
- test_talker_kv_metadata.py
- test_typed_stages.py
- __init__.py
- test_capture_catalog.py
- test_contracts.py
- test_factory.py
- test_forward_isolation.py
- test_observation.py
- test_pipeline_integration.py
- test_pipeline_loop.py
- test_planner_decision.py
- test_policy_validation.py
- test_pressing_policy.py
- test_readiness.py
- test_scheduler.py
- test_trace.py
- __init__.py
- fakes.py
- test_composition.py
- test_contracts.py
- test_factory.py
- test_http.py
- test_live_input.py
- test_serve.py
- test_service.py
- test_service_lifecycle.py
- test_transport_contracts.py
- test_value_contracts.py
- conftest.py
- test_profile.py
- .dockerignore
- .gitignore
- .python-version
- CONTRIBUTING.md
- docker-compose.yaml
- Dockerfile
- LICENSE
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/nari-labs/nari-qwen3-tts
Downloads the entire project code from GitHub to your computer.
cd nari-qwen3-tts
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu ๊ณ์ด) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install -y build-essential libsndfile1 sox
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Docker
EasyPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker run --rm --gpus all \
Runs the built image as an actual container.
docker build \
Builds a runnable image based on the Dockerfile.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
4. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
