Searched full:checkpoint_files (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/executorch/examples/mediatek/aot_utils/llm_utils/ |
H A D | utils.py | 21 checkpoint_files = [ 30 for f in checkpoint_files: 437 checkpoint_files = [ 443 if len(checkpoint_files) == 0: 448 if len(checkpoint_files) == 0: 453 is_safetensors = checkpoint_files[0].endswith(".safetensors") 454 for i in range(len(checkpoint_files)): 456 state_dict = {**state_dict, **load_file(checkpoint_files[i], device="cpu")} 461 checkpoint_files[i], map_location="cpu", weights_only=True
|
/aosp_15_r20/trusty/user/app/storage/ |
D | super.c | 598 struct block_tree checkpoint_files = in fs_set_roots() local 599 BLOCK_TREE_INITIAL_VALUE(checkpoint_files); in fs_set_roots() 617 success = checkpoint_read(&tr, &fs->checkpoint, &checkpoint_files, in fs_set_roots() 630 fs->files.root = checkpoint_files.root; in fs_set_roots()
|
/aosp_15_r20/external/executorch/examples/llm_pte_finetuning/ |
H A D | qwen_05b_config.yaml | 26 checkpoint_files: [
|
H A D | phi3_alpaca_code_config.yaml | 27 checkpoint_files: [
|
H A D | phi3_config.yaml | 26 checkpoint_files: [
|
H A D | README.md | 77 checkpoint_files: [
|
/aosp_15_r20/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 309 struct block_tree checkpoint_files = in check_fs_prepare() local 310 BLOCK_TREE_INITIAL_VALUE(checkpoint_files); in check_fs_prepare() 312 block_tree_init(&checkpoint_files, tr->fs->dev->block_size, in check_fs_prepare() 341 assert(checkpoint_read(tr, &tr->fs->checkpoint, &checkpoint_files, in check_fs_prepare() 345 mark_block_tree_in_use(tr, &checkpoint_files, true, "checkpoint_files", in check_fs_prepare()
|
/aosp_15_r20/external/executorch/examples/models/llama/ |
H A D | UTILS.md | 55 checkpoint_files=['model-00001-of-00002.safetensors', 'model-00002-of-00002.safetensors'],
|
/aosp_15_r20/external/yapf/yapftests/ |
H A D | reformatter_buganizer_test.py | 845 checkpoint_files = gfile.Glob(os.path.join(TrainTraceDir(unit_key, "*", "*"), embedding_model.CHECK… 848 checkpoint_files = gfile.Glob(
|