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
#38: uses the registered serialization functions when it is available
#30, #31: adds command to test a model id, validate the export
#29: adds helpers to measure the memory peak and run benchmark on different processes
#28: adds command line to print out the configuration for a model id, support image-text-to-text
#26: creates a folder helpers to gather all the functions used in many places
#25: improve patches for DynamicCache (issue with register_pytree_flatten_spec being deprecated)
#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