MCPcopy Create free account
hub / github.com/Alpha-VLLM/LLaMA2-Accessory / preprocess

Method preprocess

accessory/data/alpaca.py:217–218  ·  view source on GitHub ↗
(self, meta_l:List[Dict], recipe: str)

Source from the content-addressed store, hash-verified

215 }
216
217 def preprocess(self, meta_l:List[Dict], recipe: str):
218 return self.routing[recipe](meta_l)
219
220 @ staticmethod
221 def _preprocess_single_turn_llava(meta_l: List[Dict]):

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected