Vitalis_LFM2.5_Cortex.GGUF / src /generation /conditional_decoder.py
FerrellSyntheticIntelligence's picture
Upload folder using huggingface_hub
d2a5f5a verified
Raw
History Blame Contribute Delete
118 Bytes
#!/usr/bin/env python3
class ConditionalDecoder:
def decode(self, context):
return "GENERATED_CODE_BLOCK"