Searched defs:tokenizerPath (Results 1 – 8 of 8) sorted by relevance
/external/executorch/extension/android/src/main/java/org/pytorch/executorch/ |
D | LlamaModule.java | 42 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__/ |
D | RunnerTest.swift | 18 … let tokenizerPath = bundle.path(forResource: "flores200sacrebleuspm", ofType: "bin") else { in test() variable
|
/external/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/ |
D | ResourceManager.swift | 13 @AppStorage("tokenizerPath") var tokenizerPath = "" variable
|
D | ContentView.swift | 254 let tokenizerPath = resourceManager.tokenizerPath in generate() variable
|
/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo/ |
D | PerfTest.java | 37 String tokenizerPath = RESOURCE_PATH + TOKENIZER_BIN; in testTokensPerSecond() local
|
/external/executorch/extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/ |
D | LlmBenchmarkActivity.java | 45 String tokenizerPath = intent.getStringExtra("tokenizer_path"); in onCreate() local
|
/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ |
D | MainActivity.java | 110 private void setLocalModel(String modelPath, String tokenizerPath, float temperature) { in setLocalModel() 344 String tokenizerPath = updatedSettingsFields.getTokenizerFilePath(); in checkForUpdateAndReloadModel() local
|
D | LlmBenchmarkRunner.java | 50 String tokenizerPath = intent.getStringExtra("tokenizer_path"); in onCreate() local
|