diff --git a/conversion/pockettts.py b/conversion/pockettts.py index e24b41dd5a..1c99e58cfc 100644 --- a/conversion/pockettts.py +++ b/conversion/pockettts.py @@ -77,7 +77,7 @@ def _load_hparams(dir_model: Path) -> dict[str, Any]: @ModelBase.register("PocketTTSModel") -@ModelBase.example("kyutai/pocket-tts") +# [TAG_HF_EXAMPLE_MISSING] model is gated, and the checkpoint requires cd to subdir, not supported here class PocketTTSModel(TextModel): model_arch = gguf.MODEL_ARCH.POCKETTTS @@ -175,7 +175,7 @@ class PocketTTSModel(TextModel): @ModelBase.register("PocketTTSModel") -@ModelBase.example("kyutai/pocket-tts") +# [TAG_HF_EXAMPLE_MISSING] model is gated, and the checkpoint requires cd to subdir, not supported here class PocketTTSMmprojModel(MmprojModel): has_audio_encoder = True has_vision_encoder = False