Skip to content

Commit c544eeb

Browse files
authored
Fix author links
1 parent e15eab6 commit c544eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beginner_source/onnx/export_control_flow_model_to_onnx_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Export a model with control flow to ONNX
99
========================================
1010
11-
**Author**: `Xavier Dupré <https://github.com/xadupre>`_.
11+
**Author**: `Xavier Dupré <https://github.com/xadupre>`_
1212
"""
1313

1414

beginner_source/onnx/export_simple_model_to_onnx_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Export a PyTorch model to ONNX
99
==============================
1010
11-
**Author**: `Ti-Tai Wang <https://github.com/titaiwangms>`_, Justin Chu (justinchu@microsoft.com) and Thiago Crepaldi <https://github.com/thiagocrepaldi>`_.
11+
**Author**: `Ti-Tai Wang <https://github.com/titaiwangms>`_, `Justin Chu <justinchu@microsoft.com>`_, `Thiago Crepaldi <https://github.com/thiagocrepaldi>`_.
1212
1313
.. note::
1414
As of PyTorch 2.5, there are two versions of ONNX Exporter.

0 commit comments

Comments
 (0)