Searched refs:convert_to_llama_checkpoint (Results 1 – 2 of 2) sorted by relevance
22 from .fairseq2 import convert_to_llama_checkpoint26 def convert_to_llama_checkpoint(**kwargs): function97 checkpoint = convert_to_llama_checkpoint(checkpoint=checkpoint)
42 def convert_to_llama_checkpoint(checkpoint: Dict[str, Any]) -> Dict[str, Any]: function