Skip to content

Commit

Permalink
Merge branch 'add_cpp_infer' of https://github.com/HydrogenSulfate/de…
Browse files Browse the repository at this point in the history
…epmd-kit into add_cpp_infer
  • Loading branch information
HydrogenSulfate committed Jan 8, 2025
2 parents 33219f1 + f48ba9b commit 4801b2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/api_cc/src/DeepPotPD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ void DeepPotPD::init(const std::string& model,
} else {
config->EnableUseGpu(4096, 0);
config_fl->EnableUseGpu(4096, 0);
std::cout << "load model from: " << model << " to gpu:" << gpu_id << std::endl;
std::cout << "load model from: " << model << " to gpu:" << gpu_id
<< std::endl;
}

// NOTE: Both set to 1 now.
Expand Down

0 comments on commit 4801b2a

Please sign in to comment.