Skip to content

Commit 7674aa1

Browse files
committed
Linter 2.0
1 parent 5a46969 commit 7674aa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extension/android/jni/jni_layer_llama.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ class ExecuTorchLlamaJni
101101
uint32_t num_performant_cores =
102102
torch::executorch::cpuinfo::get_num_performant_cores() - 1;
103103
if (num_performant_cores > 0) {
104-
ET_LOG(
105-
Info, "Resetting threadpool to %d threads", num_performant_cores);
104+
ET_LOG(Info, "Resetting threadpool to %d threads", num_performant_cores);
106105
torch::executorch::threadpool::get_threadpool()->_unsafe_reset_threadpool(
107106
num_performant_cores);
108107
}

0 commit comments

Comments
 (0)