Skip to content

Commit 1191a5a

Browse files
committed
add : torchserve version required for multi-worker
1 parent 48d8207 commit 1191a5a

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)