Skip to content

Commit

Permalink
No need to set graph mode optimisations to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Aug 6, 2024
1 parent d6c9e49 commit 1d9f02f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wrapper/Convert/SireOpenMM/torchqm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ void TorchQMForce::setModulePath(QString module_path)
try
{
torch::jit::getProfilingMode() = false;
torch::jit::setGraphExecutorOptimize(false);
this->torch_module = torch::jit::load(module_path.toStdString());
this->torch_module.eval();
}
Expand Down

0 comments on commit 1d9f02f

Please sign in to comment.