Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/
H A Dmtk_llama_executor_runner.cpp108 prompt_model_paths,
172 .prompt_model_paths = split(FLAGS_prompt_model_paths, ','), in get_model_paths()
352 if (model_paths.prompt_model_paths.empty()) { in main()
H A Drun_llama3_sample.sh78 --prompt_model_paths=$PROMPT_MODEL_PATHS \
H A Dmtk_llama_runner.cpp180 .prompt_model_paths = split(PROMPT_MODEL_PATHS, ','), in get_model_paths()
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DLlamaRuntime.cpp41 const bool usePromptModel = !modelPaths.prompt_model_paths.empty(); in Initialize()
54 modelPaths.prompt_model_paths, modelOptions.prompt_token_batch_size); in Initialize()
H A DLlamaConfig.h41 std::vector<std::string> prompt_model_paths; member