From 6359cb039dbb48a6fe5305f044c98b1357e5a360 Mon Sep 17 00:00:00 2001 From: huangyuhao <1074201458@qq.com> Date: Mon, 16 Jun 2025 07:42:05 +0000 Subject: [PATCH] update mindspeed_llm/tasks/megatron_adaptor.py. Signed-off-by: huangyuhao <1074201458@qq.com> --- mindspeed_llm/tasks/megatron_adaptor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspeed_llm/tasks/megatron_adaptor.py b/mindspeed_llm/tasks/megatron_adaptor.py index 8265c62ca..00ba0651c 100644 --- a/mindspeed_llm/tasks/megatron_adaptor.py +++ b/mindspeed_llm/tasks/megatron_adaptor.py @@ -21,7 +21,7 @@ import torch import tensordict from torch_npu.contrib import transfer_to_npu from mindspeed_llm.features_manager import FEATURES_LIST - +#test def dummy_jit(fn): def wrapper(*args, **kwargs): -- Gitee