Description: Integrate TileGym kernels into Hugging Face transformers models by replacing the library’s submodule(s) and certain class(es)’ implementations, and patching certain class(es)’ init/forward/load weight methods prior to instantiating models. Used when the user requires integrating TileGym kernels into transformers models.
Lines: 39 | Code: 1 | Dir: tilegym-monkey-patch-kernels-to-transformers
name: tilegym-monkey-patch-kernels-to-transformers
description: Integrate TileGym kernels into Hugging Face transformers models by replacing the library’s submodule(s) and certain class(es)’ imp…