Skip to content

Commit 8e37aa2

Browse files
fix: remove unnecessary line break in multi-threaded performance section
1 parent 935f905 commit 8e37aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/llama_cpp_streamline/6_multithread_analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: learningpathall
88

99
## Analyze multi-threaded performance
1010

11-
The CPU backend in llama.cpp uses multiple cores and threads to accelerate operator execution.
11+
The CPU backend in llama.cpp uses multiple cores and threads to accelerate operator execution.
1212

1313
It creates a threadpool, where:
1414
- The number of threads is controlled by the `-t` option

0 commit comments

Comments
 (0)