Views
No views yet
int8_weight_only). Only the backbone/decoder Linear
layers are quantized; the embeddings, output heads, and projection stay bf16.Experimental. Weight-only int8; bf16 remains the reference.
torch.save'd torchao state_dict (model.pt). The serving
core in the MisoTTS repo pulls it
automatically when GPU-sense detects a matching VRAM tier. To load it directly:1from generator import load_miso_8b # from the MisoTTS repo
2gen = load_miso_8b("cuda", model_path_or_repo_id="BigBlueCeiling/MisoTTS-int8",
3 prequantized=True)weights_only=False is used; load only checkpoints you trust).