Skip to content

Commit 12c8be8

Browse files
park12sjSvetlana Karslioglu
and
Svetlana Karslioglu
authored
add : torchserve version required for multi-worker (#2285)
Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
1 parent 87fa403 commit 12c8be8

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)