MCPcopy
hub / github.com/Vchitect/Latte / encode

Method encode

models/clip.py:28–29  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

26 super().__init__()
27
28 def encode(self, *args, **kwargs):
29 raise NotImplementedError
30
31
32class FrozenCLIPEmbedder(AbstractEncoder):

Callers 6

mainFunction · 0.45
mainFunction · 0.45
training_stepMethod · 0.45
training_stepMethod · 0.45
open_urlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected