Skip to content

Commit 23001d6

Browse files
author
Svetlana Karslioglu
authored
Merge branch 'main' into add_flatbuffer_doc
2 parents 5a75d24 + 12c8be8 commit 23001d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/torchserve_with_ipex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ We'll compare the following three configurations:
204204

205205
(2) `torch.set_num_threads <https://pytorch.org/docs/stable/generated/torch.set_num_threads.html>`_ = ``number of physical cores / number of workers`` (no core pinning)
206206

207-
(3) core pinning via the launch script
207+
(3) core pinning via the launch script (Required Torchserve>=0.6.1)
208208

209209
After this exercise, we'll have verified that we prefer avoiding logical cores and prefer local memory access via core pinning with a real TorchServe use case.
210210

0 commit comments

Comments
 (0)