You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* :pr:`144`: support for second inputs with different dimension, rename test_helper into validate, support ``interpolate_pos_encoding`` for ``VitModel``, update model builder helpers for this PR
173
+
`Use ONNX IR for model builder <https://github.com/microsoft/onnxruntime-genai/pull/1416>`_
181
174
* :pr:`143`: compares intermediate results,
182
175
183
176
0.6.3
@@ -199,8 +192,7 @@ Change Logs
199
192
* :pr:`123`: add subgraphs to TorchOnnxEvaluator
200
193
* :pr:`122`: add local functions to TorchOnnxEvaluator
201
194
* :pr:`120`: enables TorchOnnxEvaluator in command line ``python -m onnx_diagnostic validate ...``
* :pr:`115`, :pr:`116`, :pr:`117`, :pr:`118`, :pr:`119`, :pr:`127`: first steps for TorchOnnxEvaluator
204
196
* :pr:`114`: extends the list of known rewritings
205
197
* :pr:`113`: fixes a couple of issues with ModelBuilder
206
198
@@ -257,10 +249,7 @@ Change Logs
257
249
* :pr:`65`: support SlidingWindowCache
258
250
* :pr:`63`: support option ``--trained``
259
251
* :pr:`61`: improves dynamic shapes for EncoderDecoderCache
260
-
* :pr:`58`: add function use_dyn_not_str to replace string by ``torch.export.Dim.DYNAMIC``,
261
-
use string instead of ``torch.export.Dim.DYNAMIC`` when returning the dynamic shapes
262
-
for a specific models, it is a valid definition for ``torch.onnx.export``
263
-
which can reuse the names
252
+
* :pr:`58`: add function use_dyn_not_str to replace string by ``torch.export.Dim.DYNAMIC``, use string instead of ``torch.export.Dim.DYNAMIC`` when returning the dynamic shapes for a specific models, it is a valid definition for ``torch.onnx.export`` which can reuse the names
264
253
* :pr:`55`: add support for text-classification
265
254
* :pr:`54`: add support for fill-mask, refactoring
266
255
* :pr:`52`: add support for zero-shot-image-classification
@@ -274,28 +263,18 @@ Change Logs
274
263
* :pr:`43`: uses custom patches
275
264
* :pr:`38`: uses the registered serialization functions when it is available
276
265
* :pr:`30`, :pr:`31`: adds command to test a model id, validate the export
277
-
* :pr:`29`: adds helpers to measure the memory peak and run benchmark
278
-
on different processes
279
-
* :pr:`28`: adds command line to print out the configuration for a model id,
280
-
support image-text-to-text
281
-
* :pr:`26`: creates a folder ``helpers`` to gather all the functions
282
-
used in many places
283
-
* :pr:`25`: improve patches for DynamicCache
284
-
(issue with register_pytree_flatten_spec being deprecated)
285
-
* :pr:`24`: dummy inputs for ``text2text-generation``, add new function
286
-
``convert_dynamic_axes_into_dynamic_shapes`` to convert dynamic axes
287
-
into dynamic shapes, add support for ``T5ForConditionalGeneration``
266
+
* :pr:`29`: adds helpers to measure the memory peak and run benchmark on different processes
267
+
* :pr:`28`: adds command line to print out the configuration for a model id, support image-text-to-text
268
+
* :pr:`26`: creates a folder ``helpers`` to gather all the functions used in many places
269
+
* :pr:`25`: improve patches for DynamicCache (issue with register_pytree_flatten_spec being deprecated)
270
+
* :pr:`24`: dummy inputs for ``text2text-generation``, add new function ``convert_dynamic_axes_into_dynamic_shapes`` to convert dynamic axes into dynamic shapes, add support for ``T5ForConditionalGeneration``
288
271
* :pr:`23`: dummy inputs for ``image-classification``
289
-
* :pr:`22`, :pr:`27`: api to create untrained model copying the architecture
290
-
of the trained models and dummy inputs for them,
291
-
support for ``text-generation``
272
+
* :pr:`22`, :pr:`27`: api to create untrained model copying the architecture of the trained models and dummy inputs for them, support for ``text-generation``
292
273
293
274
0.2.1
294
275
+++++
295
276
296
-
* :pr:`16`: refactors patches, add model Phi2, implements
297
-
a tweak to raise an exception with a dynamic dimension
298
-
becomes static when exporting a model
277
+
* :pr:`16`: refactors patches, add model Phi2, implements a tweak to raise an exception with a dynamic dimension becomes static when exporting a model
0 commit comments