"vscode:/vscode.git/clone" did not exist on "1d2094a144da2f065ec7b2556601abc243cd9cb6"
Commit 48b2dafd authored by dongcl's avatar dongcl
Browse files

support 1f1b overlap

parent c63fceee
...@@ -25,11 +25,11 @@ class MegatronAdaptation: ...@@ -25,11 +25,11 @@ class MegatronAdaptation:
MegatronAdaptation.apply() MegatronAdaptation.apply()
# apply features # apply features
# from .patch_utils import MegatronPatchesManager from .patch_utils import MegatronPatchesManager
# from .features_manager import a2a_overlap_adaptation from .features_manager import a2a_overlap_adaptation
# a2a_overlap_adaptation(MegatronPatchesManager) a2a_overlap_adaptation(MegatronPatchesManager)
# MegatronPatchesManager.apply_patches() MegatronPatchesManager.apply_patches()
@classmethod @classmethod
def register(cls, orig_func_name, new_func=None, force_patch=False, create_dummy=False, apply_wrapper=False, remove_origin_wrappers=False): def register(cls, orig_func_name, new_func=None, force_patch=False, create_dummy=False, apply_wrapper=False, remove_origin_wrappers=False):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment