# Copyright (c) 2024, NVIDIA CORPORATION. All rights reserved.importtorchfrommegatron.core.utilsimportis_torch_min_versionjit_fuser=torch.jit.script# nvFuser is deprecated in PyTorch JIT starting from 2.2ifis_torch_min_version("2.2.0a0"):jit_fuser=torch.compile