Home
last modified time | relevance | path

Searched refs:token_embedding_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/
H A Dmtk_llama_executor_runner.cpp104 token_embedding_path,
171 .token_embedding_path = FLAGS_token_embedding_path, in get_model_paths()
H A Drun_llama3_sample.sh77 --token_embedding_path=$TOKEN_EMBEDDING_PATH \
H A Dmtk_llama_runner.cpp179 .token_embedding_path = TOKEN_EMBEDDING_PATH, in get_model_paths()
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DLlamaConfig.h40 std::string token_embedding_path; member
H A DLlamaRuntime.cpp79 modelPaths.token_embedding_path, in Initialize()