From 9f8e385e0217fd5cc8435de27a75ccfd4c7c548c Mon Sep 17 00:00:00 2001 From: Paul Martin Date: Mon, 4 Nov 2024 13:22:56 +0000 Subject: [PATCH] NEURON_RT_VISIBLE_CORES can be comma-separated NeuronCores Since 2.16.18.0, NEURON_RT_VISIBLE_CORES can now be a comma-separated list of individual NeuronCores and/or ranges of NeuronCores --- neuron-runtime/nrt-configurable-parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neuron-runtime/nrt-configurable-parameters.rst b/neuron-runtime/nrt-configurable-parameters.rst index 77eb6184..726312f6 100644 --- a/neuron-runtime/nrt-configurable-parameters.rst +++ b/neuron-runtime/nrt-configurable-parameters.rst @@ -23,7 +23,7 @@ configure NeuronX Runtime behavior. - RT Version * - ``NEURON_RT_VISIBLE_CORES`` - Range of specific NeuronCores needed by the process - - Integer range (like 1-3) + - Integer range (like 1-3), a comma-separated list (like 3,1,2), or both (like 2-3,1) - Any value or range between 0 to Max NeuronCore in the system. - None - 2.0+