Skip to content

Commit fbd4e89

Browse files
committed
asffs
1 parent b86f6ea commit fbd4e89

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
@@ -1622,7 +1622,7 @@ ModelInstanceState::Execute(
16221622
} else {
16231623
model_outputs_ = torch_model_->forward(*input_tensors);
16241624
}
1625-
std::cout << model_outputs_ << std::endl;
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)