How to use from the
Use from the
llama-cpp-python library
# Gated model: Login with a HF token with gated access permission
hf auth login
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="mimba/plt-neutts-gguf2",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

NeuTTS-Nano PLT (Malgache) โ€” GGUF

Backbone NeuTTS-Nano fine-tune sur le malgache (Plateau Malagasy), quantifie pour l'inference CPU via llama.cpp.

Fichiers

Fichier Description
plt/backbone_plt_Q4_0.gguf Backbone quantifie Q4_0 (production, ~185 MB)
plt/backbone_plt_f16.gguf Backbone F16 (non quantifie, ~445 MB)
neucodec/decoder.onnx Decodeur NeuCodec (codes -> audio, universel toutes langues)

Usage (worker llama.cpp)

Deposer dans le volume /models/ du worker :

/models/plt/backbone_plt.gguf      <- backbone_plt_Q4_0.gguf
/models/neucodec/decoder.onnx      <- decoder.onnx

Le backbone genere les codes audio (<|speech_N|>) a partir du texte malgache (prefixe <|plt|>), le decodeur ONNX les convertit en forme d'onde 24 kHz.

Pour de meilleures performances CPU, compiler llama-cpp-python avec AVX2/FMA/BLAS.

Downloads last month
1,043
GGUF
Model size
0.2B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support