Home
last modified time | relevance | path

Searched defs:tokenizerPath (Results 1 – 8 of 8) sorted by relevance

/external/executorch/extension/android/src/main/java/org/pytorch/executorch/
DLlamaModule.java42 int modelType, String modulePath, String tokenizerPath, float temperature); in initHybrid()
45 public LlamaModule(String modulePath, String tokenizerPath, float temperature) { in LlamaModule()
50 public LlamaModule(int modelType, String modulePath, String tokenizerPath, float temperature) { in LlamaModule()
/external/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMARunner/LLaMARunner/__tests__/
DRunnerTest.swift18 … let tokenizerPath = bundle.path(forResource: "flores200sacrebleuspm", ofType: "bin") else { in test() variable
/external/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/
DResourceManager.swift13 @AppStorage("tokenizerPath") var tokenizerPath = "" variable
DContentView.swift254 let tokenizerPath = resourceManager.tokenizerPath in generate() variable
/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo/
DPerfTest.java37 String tokenizerPath = RESOURCE_PATH + TOKENIZER_BIN; in testTokensPerSecond() local
/external/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/
DLlmBenchmarkActivity.java45 String tokenizerPath = intent.getStringExtra("tokenizer_path"); in onCreate() local
/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/
DMainActivity.java110 private void setLocalModel(String modelPath, String tokenizerPath, float temperature) { in setLocalModel()
344 String tokenizerPath = updatedSettingsFields.getTokenizerFilePath(); in checkForUpdateAndReloadModel() local
DLlmBenchmarkRunner.java50 String tokenizerPath = intent.getStringExtra("tokenizer_path"); in onCreate() local