rm pocket-tts

This commit is contained in:
Xuan Son Nguyen
2026-08-17 10:14:14 +02:00
parent 9edb2d2dba
commit b4e5d8b616
+2 -2
View File
@@ -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