Skip to content

Commit f213e43

Browse files
committed
rearrange stray comments
1 parent 4294700 commit f213e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

advanced_source/cpp_export.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ do:
168168
return -1;
169169
}
170170
171-
// Deserialize the ScriptModule from a file using torch::jit::load().
171+
172172
torch::jit::script::Module module;
173173
try {
174+
// Deserialize the ScriptModule from a file using torch::jit::load().
174175
module = torch::jit::load(argv[1]);
175-
// Create a vector of inputs.
176176
}
177177
catch (const c10::Error& e) {
178178
std::cerr << "error loading the model\n";

0 commit comments

Comments
 (0)