Skip to content

Commit 8745801

Browse files
committed
fix qnn compile
1 parent f4de63a commit 8745801

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
@@ -467,7 +467,7 @@ Error Runner<T>::generate_from_prompt_or_file(
467467
template <typename T>
468468
::executorch::runtime::Error Runner<T>::prefill(
469469
const std::string& prompt,
470-
const executorch::extension::llm::GenerationConfig& config = {}) {
470+
const executorch::extension::llm::GenerationConfig& config) {
471471
return ::Error::NotImplemented;
472472
}
473473

0 commit comments

Comments
 (0)