You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please point me to where the new examples are? Also, I notice NxD applies only to training, but I am trying to use XLA when running inference, and I want to know how to use multiple Neuron cores when doing that. Thanks in advance!
This is the XLA documentation:
https://awsdocs-neuron.readthedocs-hosted.com/en/latest/frameworks/torch/torch-neuronx/programming-guide/training/pytorch-neuron-programming-guide.html#neuron-xla-device
And here is the relevant line:
"With PyTorch NeuronX the default XLA device is mapped to a NeuronCore. By default, one NeuronCore is configured."
However, there is no guidance on how to use multiple cores.
The text was updated successfully, but these errors were encountered: