Views
No views yet
config.json
torch_dtype: "float16"
1from qwen_tts import Qwen3TTSModel 2model = Qwen3TTSModel.from_pretrained("owlninjam/qwen3-tts-0.6b-customvoice-fp16", dtype=torch.float16)