Fix wording in torchscript.md (#38004)

Fix wording in torchscript.md
This commit is contained in:
Tomek
2025-05-08 08:47:45 -07:00
committed by GitHub
parent 1c65aef923
commit e296c63cd4

View File

@@ -16,7 +16,7 @@ rendered properly in your Markdown viewer.
# TorchScript
[TorchScript](https://pytorch.org/docs/stable/jit.html) serializes PyTorch models into programs that can be executed in non-Python processes. This is especially advantageous in production environments where Python may the most performant choice.
[TorchScript](https://pytorch.org/docs/stable/jit.html) serializes PyTorch models into programs that can be executed in non-Python processes. This is especially advantageous in production environments where Python may not be the most performant choice.
Transformers can export a model to TorchScript by: