We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a022d commit e446860Copy full SHA for e446860
inferentia/README.md
@@ -111,7 +111,9 @@ INPUT__1 refers to the second input, etc.
111
112
Additionally, `--neuron-core-range` specifies the neuron cores to
113
be used while serving this models. Currently, only
114
-`torch.neuron.DataParallel()` mode is supported.
+`torch.neuron.DataParallel()` mode is supported. See
115
+[Data Parallel Inference](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/neuron-guide/appnotes/perf/torch-neuron-dataparallel-app-note.html)
116
+for more information.
117
118
The invocation should create a triton model directory with following
119
structutre:
0 commit comments