Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 8, 2025
1 parent a749056 commit f48ba9b
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 f48ba9b

Please sign in to comment.