Skip to content

Commit 7e6b3cc

Browse files
author
Joey Tsai
committed
Fix compile error
1 parent 6e792b4 commit 7e6b3cc

File tree

1 file changed

+1
-2
lines changed
  • examples/qualcomm/oss_scripts/llama3_2/runner

1 file changed

+1
-2
lines changed

examples/qualcomm/oss_scripts/llama3_2/runner/runner.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ Runner::Runner(
4747
n_eos_(1),
4848
tokenizer_path_(tokenizer_path),
4949
temperature_(temperature),
50-
eval_mode_(eval_mode),
51-
stats_({}) {
50+
eval_mode_(eval_mode) {
5251
for (size_t i = 0; i < models_path.size(); ++i) {
5352
modules_.push_back(std::make_shared<Module>(
5453
models_path[i], Module::LoadMode::MmapUseMlockIgnoreErrors));

0 commit comments

Comments
 (0)