Home
last modified time | relevance | path

Searched defs:tokenizer_path (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/executorch/extension/android/jni/
H A Djni_layer_llama.cpp134 facebook::jni::alias_ref<jstring> tokenizer_path, in initHybrid()
143 facebook::jni::alias_ref<jstring> tokenizer_path, in ExecuTorchLlamaJni()
/aosp_15_r20/external/executorch/extension/llm/tokenizer/
H A Dutils.py13 def get_tokenizer(tokenizer_path): argument
H A Dbpe_tokenizer.cpp47 Error BPETokenizer::load(const std::string& tokenizer_path) { in load()
/aosp_15_r20/external/executorch/examples/models/llava/runner/
H A Dllava_runner.h31 : MultimodalRunner(model_path, tokenizer_path, temperature){}; in MultimodalRunner() argument
/aosp_15_r20/external/executorch/examples/models/phi-3-mini/
H A Dmain.cpp37 const char* tokenizer_path = FLAGS_tokenizer_path.c_str(); in main() local
H A Drunner.cpp32 const std::string& tokenizer_path, in Runner()
/aosp_15_r20/external/executorch/examples/models/llama/
H A Dmain.cpp52 const char* tokenizer_path = FLAGS_tokenizer_path.c_str(); in main() local
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama2/
H A Dqnn_llama_runner.cpp58 const char* tokenizer_path = FLAGS_tokenizer_path.c_str(); in main() local
/aosp_15_r20/external/executorch/examples/models/llava/
H A Dmain.cpp61 const char* tokenizer_path = FLAGS_tokenizer_path.c_str(); in main() local
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DLlamaConfig.h39 std::string tokenizer_path; member
/aosp_15_r20/external/executorch/examples/models/llama/runner/
H A Drunner.cpp41 const std::string& tokenizer_path, in Runner()
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama3_2/runner/
H A Drunner.cpp44 const std::string& tokenizer_path, in Runner()
/aosp_15_r20/external/executorch/extension/llm/export/
H A Dbuilder.py222 tokenizer_path, argument
/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/llama/runner/
H A Drunner.cpp53 const std::string& tokenizer_path, in Runner()
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/
H A Dmtk_llama_runner.cpp87 const std::string& tokenizer_path, in MTKLlamaRunner()
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama2/runner/
H A Drunner.cpp53 const std::string& tokenizer_path, in Runner()