MCPcopy
hub / github.com/ytongbai/LVM / greedy_until

Method greedy_until

EasyLM/serving.py:90–91  ·  view source on GitHub ↗
(prefix_text, until, max_length)

Source from the content-addressed store, hash-verified

88
89 @staticmethod
90 def greedy_until(prefix_text, until, max_length):
91 raise NotImplementedError()
92
93 @staticmethod
94 def to_list(x):

Callers 2

serve_greedy_untilMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected