diff --git a/docs/source/en/serialization.mdx b/docs/source/en/serialization.mdx index 790b23095a17..4277edbd927e 100644 --- a/docs/source/en/serialization.mdx +++ b/docs/source/en/serialization.mdx @@ -397,7 +397,7 @@ OrderedDict([('logits', {0: 'batch'})]) All of the base properties and methods associated with [`~onnx.config.OnnxConfig`] and the -other configuration classes can be overriden if needed. Check out +other configuration classes can be overridden if needed. Check out [`BartOnnxConfig`] for an advanced example. @@ -676,4 +676,4 @@ torch.neuron.trace(model, [token_tensor, segments_tensors]) This change enables Neuron SDK to trace the model and optimize it to run in Inf1 instances. To learn more about AWS Neuron SDK features, tools, example tutorials and latest updates, -please see the [AWS NeuronSDK documentation](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/index.html). \ No newline at end of file +please see the [AWS NeuronSDK documentation](https://awsdocs-neuron.readthedocs-hosted.com/en/latest/index.html).