Skip to content

Commit 3c35257

Browse files
committed
asffas
1 parent fbd4e89 commit 3c35257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtorch.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,6 +1566,7 @@ ModelInstanceState::ProcessRequests(
15661566
compute_start_ns, compute_end_ns, exec_end_ns),
15671567
"failed reporting batch request statistics");
15681568
}
1569+
std::cout << model_outputs_ << std::endl;
15691570
}
15701571

15711572
void
@@ -1622,7 +1623,6 @@ ModelInstanceState::Execute(
16221623
} else {
16231624
model_outputs_ = torch_model_->forward(*input_tensors);
16241625
}
1625-
// std::cout << model_outputs_ << std::endl;
16261626

16271627
if (model_outputs_.isTuple()) {
16281628
auto model_outputs_tuple = model_outputs_.toTuple();

0 commit comments

Comments
 (0)