File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/qualcomm/oss_scripts/llama/runner Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ Error Runner<T>::generate_from_prompt_or_file(
467
467
template <typename T>
468
468
::executorch::runtime::Error prefill (
469
469
const std::string& prompt,
470
- const GenerationConfig& config = {}) {
470
+ const executorch::extension::llm:: GenerationConfig& config = {}) {
471
471
return ::Error::NotImplemented;
472
472
}
473
473
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ class Runner : public executorch::extension::llm::IRunner {
82
82
83
83
executorch::runtime::Error prefill (
84
84
const std::string& prompt,
85
- const GenerationConfig& config = {}) override ;
85
+ const executorch::extension::llm:: GenerationConfig& config = {}) override ;
86
86
void stop () override {};
87
87
void stop () override {};
88
88
void reset () override {};
You can’t perform that action at this time.
0 commit comments