Skip to content

Commit 659007d

Browse files
committed
fix
1 parent 0a19212 commit 659007d

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

examples/qualcomm/oss_scripts/llama/runner/runner.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ class Runner : public executorch::extension::llm::IRunner {
8484
const std::string& prompt,
8585
const executorch::extension::llm::GenerationConfig& config = {}) override;
8686
void stop() override {};
87-
void stop() override {};
8887
void reset() override {};
8988
executorch::runtime::Result<DecoderModelVersion> get_decoder_model_version();
9089

0 commit comments

Comments
 (0)