Fine-tuned Vietnamese Kokoro TTS artifacts. - kokorovi.pth: PyTorch Kokoro KModel checkpoint for inference. - kokorovi.onnx: ONNX Runtime export of the acoustic model. - kokorovivoicepack.pt: default Vietnamese voicepack. - config.json: Kokoro config/vocab used by both PyTorch and ONNX inference. - voicepacks/.pt: additional Vietnamese voicepacks. The ONNX CLI downloads kokorovi.onnx, kokorovivoicepack.pt, and config.json from this repository when local paths are not provided. Install onnxruntime-gpu and pass --device cuda to use CUDAExecutionProvider when available. Vietnamese G2P is handled by vig2p, matching the GitHub inference and training code.