We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4de63a commit 8745801Copy full SHA for 8745801
examples/qualcomm/oss_scripts/llama/runner/runner.cpp
@@ -467,7 +467,7 @@ Error Runner<T>::generate_from_prompt_or_file(
467
template <typename T>
468
::executorch::runtime::Error Runner<T>::prefill(
469
const std::string& prompt,
470
- const executorch::extension::llm::GenerationConfig& config = {}) {
+ const executorch::extension::llm::GenerationConfig& config) {
471
return ::Error::NotImplemented;
472
}
473
0 commit comments