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 659007d commit f4de63aCopy full SHA for f4de63a
examples/qualcomm/oss_scripts/llama/runner/runner.cpp
@@ -465,7 +465,7 @@ Error Runner<T>::generate_from_prompt_or_file(
465
}
466
467
template <typename T>
468
-::executorch::runtime::Error prefill(
+::executorch::runtime::Error Runner<T>::prefill(
469
const std::string& prompt,
470
const executorch::extension::llm::GenerationConfig& config = {}) {
471
return ::Error::NotImplemented;
0 commit comments