File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
onnx_diagnostic/torch_export_patches Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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" ),
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments