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 6e792b4 commit 7e6b3ccCopy full SHA for 7e6b3cc
examples/qualcomm/oss_scripts/llama3_2/runner/runner.cpp
@@ -47,8 +47,7 @@ Runner::Runner(
47
n_eos_(1),
48
tokenizer_path_(tokenizer_path),
49
temperature_(temperature),
50
- eval_mode_(eval_mode),
51
- stats_({}) {
+ eval_mode_(eval_mode) {
52
for (size_t i = 0; i < models_path.size(); ++i) {
53
modules_.push_back(std::make_shared<Module>(
54
models_path[i], Module::LoadMode::MmapUseMlockIgnoreErrors));
0 commit comments