Skip to content

Commit f2cb0bb

Browse files
committed
doc
1 parent 9ce79a1 commit f2cb0bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
("py:class", "transformers.LlamaConfig"),
122122
("py:class", "transformers.cache_utils.Cache"),
123123
("py:class", "transformers.cache_utils.DynamicCache"),
124+
("py:class", "transformers.cache_utils.EncoderDecoderCache"),
124125
("py:class", "transformers.cache_utils.MambaCache"),
125126
("py:func", "torch.export._draft_export.draft_export"),
126127
("py:func", "torch._export.tools.report_exportability"),

onnx_diagnostic/torch_export_patches/patch_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def convert_dynamic_axes_into_dynamic_shapes(
147147
# dynamic axes not in the given inputs, should be raise an exception?
148148
if verbose:
149149
print(
150-
f"[convert_dynamic_axes_into_dynamic_shapes] droping axes "
150+
f"[convert_dynamic_axes_into_dynamic_shapes] dropping axes "
151151
f"{k!r}-{v!r}, not found in {set(updated_kwargs)}"
152152
)
153153
continue

0 commit comments

Comments
 (0)