Customize mlx-community model card
Browse files
README.md
CHANGED
|
@@ -17,11 +17,14 @@ tags:
|
|
| 17 |
- 8bit
|
| 18 |
---
|
| 19 |
|
| 20 |
-
#
|
| 21 |
|
| 22 |
-
This repository contains an MLX-native int8 conversion of
|
| 23 |
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Variants
|
| 27 |
|
|
@@ -32,7 +35,8 @@ It is intended for local speech generation with [`mlx-speech`](https://github.co
|
|
| 32 |
## Model Details
|
| 33 |
|
| 34 |
- Developed by: AppAutomaton
|
| 35 |
-
- Shared by:
|
|
|
|
| 36 |
- Upstream model: [`OpenMOSS-Team/MOSS-TTS-Local-Transformer`](https://huggingface.co/OpenMOSS-Team/MOSS-TTS-Local-Transformer)
|
| 37 |
- Task: single-speaker text-to-speech and voice cloning
|
| 38 |
- Runtime: MLX on Apple Silicon
|
|
@@ -68,12 +72,14 @@ model = MossTTSLocalModel.from_path("mlx-int8")
|
|
| 68 |
## Notes
|
| 69 |
|
| 70 |
- This repo contains the quantized MLX runtime artifact only.
|
| 71 |
-
- The conversion keeps the original
|
| 72 |
- The default runtime path uses `W8Abf16` mixed precision with global and local KV cache enabled.
|
|
|
|
| 73 |
|
| 74 |
## Links
|
| 75 |
|
| 76 |
-
-
|
|
|
|
| 77 |
- More examples: [AppAutomaton](https://github.com/appautomaton)
|
| 78 |
|
| 79 |
## License
|
|
|
|
| 17 |
- 8bit
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# MOSS TTS Local Transformer — MLX 8-bit
|
| 21 |
|
| 22 |
+
This repository contains an MLX-native int8 conversion of MOSS TTS Local Transformer for single-speaker text-to-speech on Apple Silicon.
|
| 23 |
|
| 24 |
+
> Note
|
| 25 |
+
> This repo is a community mirror of the canonical MLX conversion maintained by
|
| 26 |
+
> [AppAutomaton](https://github.com/appautomaton) at
|
| 27 |
+
> [`appautomaton/openmoss-tts-local-mlx`](https://huggingface.co/appautomaton/openmoss-tts-local-mlx).
|
| 28 |
|
| 29 |
## Variants
|
| 30 |
|
|
|
|
| 35 |
## Model Details
|
| 36 |
|
| 37 |
- Developed by: AppAutomaton
|
| 38 |
+
- Shared by: `mlx-community`
|
| 39 |
+
- Original MLX repo: [`appautomaton/openmoss-tts-local-mlx`](https://huggingface.co/appautomaton/openmoss-tts-local-mlx)
|
| 40 |
- Upstream model: [`OpenMOSS-Team/MOSS-TTS-Local-Transformer`](https://huggingface.co/OpenMOSS-Team/MOSS-TTS-Local-Transformer)
|
| 41 |
- Task: single-speaker text-to-speech and voice cloning
|
| 42 |
- Runtime: MLX on Apple Silicon
|
|
|
|
| 72 |
## Notes
|
| 73 |
|
| 74 |
- This repo contains the quantized MLX runtime artifact only.
|
| 75 |
+
- The conversion keeps the original local TTS architecture and remaps weights explicitly for MLX inference.
|
| 76 |
- The default runtime path uses `W8Abf16` mixed precision with global and local KV cache enabled.
|
| 77 |
+
- This mirror is a duplicated repo, not an automatically synchronized namespace mirror.
|
| 78 |
|
| 79 |
## Links
|
| 80 |
|
| 81 |
+
- Canonical MLX repo: [`appautomaton/openmoss-tts-local-mlx`](https://huggingface.co/appautomaton/openmoss-tts-local-mlx)
|
| 82 |
+
- Source code: [`mlx-speech`](https://github.com/appautomaton/mlx-speech)
|
| 83 |
- More examples: [AppAutomaton](https://github.com/appautomaton)
|
| 84 |
|
| 85 |
## License
|