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
Broken serialization#using-torchscript-in-python should be torchscript#using-torchscript-in-python, in line number 201 of torchscript.mdx.
Document / language
torchscript.mdx / en, kr
Suggestion
As is:
### Converting a model for AWS Neuron
Convert a model for AWS NEURON using the same code from [Using TorchScript in
Python](serialization#using-torchscript-in-python) to trace a `BertModel`. Import the
`torch.neuron` framework extension to access the components of the Neuron SDK through a
Python API:
To be:
### Converting a model for AWS Neuron
Convert a model for AWS NEURON using the same code from [Using TorchScript in
Python](torchscript#using-torchscript-in-python) to trace a `BertModel`. Import the
`torch.neuron` framework extension to access the components of the Neuron SDK through a
Python API:
Please let me know if I missed something in guideilnes.
Thank you in advance for your attention to it!
The text was updated successfully, but these errors were encountered:
Hello, @stevhliu !
I opened PR #23060 for translating the document to Korean as well as fixing the issue.
Please let me know if it would be better to open another PR for the fix separately.
Description
Broken
serialization#using-torchscript-in-python
should betorchscript#using-torchscript-in-python
, in line number 201 oftorchscript.mdx
.Document / language
torchscript.mdx
/ en, krSuggestion
As is:
To be:
Please let me know if I missed something in guideilnes.
Thank you in advance for your attention to it!
The text was updated successfully, but these errors were encountered: