cerebras.modelzoo.tools.checkpoint_converters.base_converter.no_ckpt_conversion_necessary#

cerebras.modelzoo.tools.checkpoint_converters.base_converter.no_ckpt_conversion_necessary(converter: cerebras.modelzoo.tools.checkpoint_converters.base_converter.BaseDictionaryConverter) bool[source]#

Some converters copy the input checkpoint to the output (i.e. they match “.*”). In these cases, conversion is not necessary and the user may directly use the input checkpoint. This function returns whether conversion can be skipped or not.