diff --git a/intermediate_source/torchserve_with_ipex.rst b/intermediate_source/torchserve_with_ipex.rst index caef6926763..fbf705a7c47 100644 --- a/intermediate_source/torchserve_with_ipex.rst +++ b/intermediate_source/torchserve_with_ipex.rst @@ -204,7 +204,7 @@ We'll compare the following three configurations: (2) `torch.set_num_threads `_ = ``number of physical cores / number of workers`` (no core pinning) -(3) core pinning via the launch script +(3) core pinning via the launch script (Required Torchserve>=0.6.1) 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.