Views
No views yet
OpenMOSS-Team/MOSS-TTS-v1.5.| Upstream repository | OpenMOSS-Team/MOSS-TTS-v1.5 |
| Upstream revision | cdd3b911b1585e3f2dbc7775ef10f9926f58850a |
| Upstream license | apache-2.0 |
| Quantization | bitsandbytes NF4, double quantization, bf16 compute |
| Original size | 15.83 GiB |
| Quantized size | 6.23 GiB |
quantization_config block was added to config.json. Tokenizer, processor,
and any remote-code files are copied unmodified from the upstream revision above.
No architecture, vocabulary, or generation defaults were altered.bitsandbytes and a supported accelerator. NF4 kernels are
available for NVIDIA sm_75+ (Turing and newer) and for AMD ROCm on RDNA3 /
RDNA3.5 / CDNA.1from transformers import AutoModel
2
3model = AutoModel.from_pretrained(
4 "bschooled/caeleste-speech",
5 subfolder="moss-tts-v1.5-nf4",
6 device_map={"": "cuda:0"},
7 trust_remote_code=True,
8)apache-2.0.
All upstream copyright, patent, trademark and attribution notices are retained.
Refer to the upstream repository for the authoritative license text.