Home
last modified time | relevance | path

Searched refs:convert_to_llama_checkpoint (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/examples/models/llama/
H A Dmodel.py22 from .fairseq2 import convert_to_llama_checkpoint
26 def convert_to_llama_checkpoint(**kwargs): function
97 checkpoint = convert_to_llama_checkpoint(checkpoint=checkpoint)
H A Dfairseq2.py42 def convert_to_llama_checkpoint(checkpoint: Dict[str, Any]) -> Dict[str, Any]: function