Skip to content

Commit f4de63a

Browse files
committed
fix
1 parent 659007d commit f4de63a

File tree

1 file changed

+1
-1
lines changed
  • examples/qualcomm/oss_scripts/llama/runner

1 file changed

+1
-1
lines changed

examples/qualcomm/oss_scripts/llama/runner/runner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Error Runner<T>::generate_from_prompt_or_file(
465465
}
466466

467467
template <typename T>
468-
::executorch::runtime::Error prefill(
468+
::executorch::runtime::Error Runner<T>::prefill(
469469
const std::string& prompt,
470470
const executorch::extension::llm::GenerationConfig& config = {}) {
471471
return ::Error::NotImplemented;

0 commit comments

Comments
 (0)