Skip to content

Commit 7fce5ae

Browse files
committed
spell
1 parent f79642a commit 7fce5ae

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

_doc/examples/plot_export_tiny_llm_dim01.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
The experiments consists in exporting the model with different sets of inputs
1111
and checking the exported models works with all set of inputs.
1212
13-
Availabe input sets
14-
+++++++++++++++++++
13+
Available input sets
14+
++++++++++++++++++++
1515
1616
"""
1717

@@ -132,7 +132,8 @@ def validation(ep, input_sets, expected):
132132

133133

134134
# %%
135-
# The main loop.
135+
# The main loop
136+
# +++++++++++++
136137

137138
results = []
138139

_doc/examples/plot_export_tiny_llm_dim01_onnx.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
:func:`torch.onnx.export`. It checks what inputs can be used to export
99
and with which inputs it can work.
1010
11-
Availabe input sets
12-
+++++++++++++++++++
11+
Available input sets
12+
++++++++++++++++++++
1313
1414
"""
1515

@@ -146,7 +146,8 @@ def validation(ep, input_sets, expected, catch_exception=True):
146146

147147

148148
# %%
149-
# The main loop.
149+
# The main loop
150+
# +++++++++++++
150151

151152
results = []
152153

_doc/examples/plot_export_tiny_llm_dim01_onnx_custom.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
:func:`experimental_experiment.torch_interpreter.to_onnx`.
99
It checks what inputs can be used to export and with which inputs it can work.
1010
11-
Availabe input sets
12-
+++++++++++++++++++
11+
Available input sets
12+
++++++++++++++++++++
1313
1414
"""
1515

@@ -144,7 +144,8 @@ def validation(onx, input_sets, expected, catch_exception=True):
144144

145145

146146
# %%
147-
# The main loop.
147+
# The main loop
148+
# +++++++++++++
148149

149150
results = []
150151

0 commit comments

Comments
 (0)