Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Nov 13, 2024
1 parent 9d95778 commit 09efdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/api_cc/src/DeepPotJAX.cc
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ void deepmd::DeepPotJAX::init(const std::string& model,
config[i + 3] = bytes[i];
}

TF_SetConfig(options, config.data(), config.size(), status);
TF_SetConfig(sessionopts, config.data(), config.size(), status);

TF_Buffer* runopts = NULL;

Expand Down

0 comments on commit 09efdd3

Please sign in to comment.