登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
轻量养虾,开箱即用!低 Token + 稳定算力,Gitee & 模力方舟联合出品的 PocketClaw 正式开售!点击了解详情
代码拉取完成,页面将自动刷新
仓库状态说明
开源项目
>
人工智能
>
AI-人工智能
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
59
Star
196
Fork
466
Ascend
/
msit
暂停
代码
Issues
11
Pull Requests
77
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
300I DUO卡使用mindie2.1rc1镜像量化qw3 14b和32b都报错
TODO
#ICW2YB
缺陷
zhouxiao999
创建于
2025-09-03 09:19
一、问题现象(附报错日志上下文): qwen3-32b的w8a8和w8a8s量化都报错,试了14b的也类似错误 ``` 2025-09-02 16:36:36,732 - msmodelslim.app.naive_quantization - ERROR - Original exception: Exception('Please check your config, model and input!', RuntimeError("copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013\n[ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed\n[Error]: System Direct Memory Access (DMA) hardware execution error. \n ``` 二、软件版本: 使用[官方发布](https://www.hiascend.com/developer/ascendhub/detail/af85b724a7e5469ebd7ea13c3439d48f)的swr.cn-south-1.myhuaweicloud.com/ascendhub/mindie:2.1.RC1-300I-Duo-py311-openeuler24.03-lts镜像 -- CANN 版本 : 镜像内置的8.2.RC1 --操作系统版本 : Ubuntu 20.04.5 LTS (GNU/Linux 5.4.0-125-generic aarch64),npu-smi 25.2.0 Version: 25.2.0 --硬件是4卡300I Duo, 另一台4卡300I Duo装的系统是5.10.0-216.0.0.115.oe2203sp4.aarch64,同样npu-smi 25.2.0 也有一样的问题  三、测试步骤: 1.进入容器之后,安装msmodelslim量化工具 https://gitee.com/ascend/msit/tree/master/msmodelslim -》这个工具的INFO - trust_remote_code: False 永远提示,感觉输入的参数没有传进去,后续修改代码默认值把trust_remote_code变成True了依然报同样的错误。 • git clone https://gitee.com/ascend/msit.git • cd msit/msmodelslim • bash install.sh (可选,稀疏量化场景下需要此步骤)进入python环境下的site_packages包管理路径 cd {python环境路径}/site-packages/msmodelslim/pytorch/weight_compression/compress_graph/ cd /usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/weight_compression/compress_graph (可选,稀疏量化场景下需要此步骤)编译weight_compression组件 sudo bash build.sh {CANN包安装路径}/ascend-toolkit/latest yum install cmake make -y yum groupinstall "Development Tools" -y bash build.sh /usr/local/Ascend/ascend-toolkit/latest (可选,稀疏量化场景下需要此步骤)上一步编译操作会得到bulid文件夹,给build文件夹相关权限 chmod -R 550 build 2.运行量化命令 ``` msmodelslim quant --model_path /model/ --save_path /model/zx/qwen3-dense-w8a8/ --device npu --model_type Qwen3-32B --quant_type w8a8 --trust_remote_code True ``` ``` msmodelslim quant --model_path /home/data/nlp_openmodel/Qwen3-14B/ --save_path /home/data/mindie_model/Qwen3-14B-w8a8/ --device npu --model_type Qwen3-14B --quant_type w8a8 --trust_remote_code True ``` 四、日志信息: `[root@qwen32-69684cc7cf-n2w69 compress_graph]# msmodelslim quant --model_path /model/ --save_path /model/zx/qwen3-dense-w8a8/ --device npu --model_type Qwen3-32B --quant_type w8a8 --trust_remote_code True /usr/local/lib64/python3.11/site-packages/torch_npu/contrib/transfer_to_npu.py:302: ImportWarning: ************************************************************************************************************* The torch.Tensor.cuda and torch.nn.Module.cuda are replaced with torch.Tensor.npu and torch.nn.Module.npu now.. The torch.cuda.DoubleTensor is replaced with torch.npu.FloatTensor cause the double type is not supported now.. The backend in torch.distributed.init_process_group set to hccl now.. The torch.cuda.* and torch.cuda.amp.* are replaced with torch.npu.* and torch.npu.amp.* now.. The device parameters have been replaced with npu in the function below: torch.logspace, torch.randint, torch.hann_window, torch.rand, torch.full_like, torch.ones_like, torch.rand_like, torch.randperm, torch.arange, torch.frombuffer, torch.normal, torch._empty_per_channel_affine_quantized, torch.empty_strided, torch.empty_like, torch.scalar_tensor, torch.tril_indices, torch.bartlett_window, torch.ones, torch.sparse_coo_tensor, torch.randn, torch.kaiser_window, torch.tensor, torch.triu_indices, torch.as_tensor, torch.zeros, torch.randint_like, torch.full, torch.eye, torch._sparse_csr_tensor_unsafe, torch.empty, torch._sparse_coo_tensor_unsafe, torch.blackman_window, torch.zeros_like, torch.range, torch.sparse_csr_tensor, torch.randn_like, torch.from_file, torch._cudnn_init_dropout_state, torch._empty_affine_quantized, torch.linspace, torch.hamming_window, torch.empty_quantized, torch._pin_memory, torch.autocast, torch.load, torch.set_default_device, torch.Tensor.new_empty, torch.Tensor.new_empty_strided, torch.Tensor.new_full, torch.Tensor.new_ones, torch.Tensor.new_tensor, torch.Tensor.new_zeros, torch.Tensor.to, torch.Tensor.pin_memory, torch.nn.Module.to, torch.nn.Module.to_empty ************************************************************************************************************* warnings.warn(msg, ImportWarning) /usr/local/lib64/python3.11/site-packages/torch_npu/contrib/transfer_to_npu.py:257: RuntimeWarning: torch.jit.script and torch.jit.script_method will be disabled by transfer_to_npu, which currently does not support them, if you need to enable them, please do not use transfer_to_npu. warnings.warn(msg, RuntimeWarning) /usr/local/lib/python3.11/site-packages/pydantic/_internal/_config.py:291: PydanticDeprecatedSince20: Support for class-based `config` is deprecated, use ConfigDict instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.9/migration/ warnings.warn(DEPRECATION_MESSAGE, DeprecationWarning) 2025-09-02 16:36:13,144 - msmodelslim - INFO - write directory exists, write file to directory '/model/zx/qwen3-dense-w8a8/' 2025-09-02 16:36:13,146 - msmodelslim.app.naive_quantization - INFO - quantization with following parameters: 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - model_type: Qwen3-32B 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - model_path: /model 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - save_path: /model/zx/qwen3-dense-w8a8 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - device: npu 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - quant_type: w8a8 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - trust_remote_code: False 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - ===========LOAD MODEL=========== 2025-09-02 16:36:13,519 - msmodelslim.app.naive_quantization - INFO - Load model Qwen3-32B from /model to npu success. 2025-09-02 16:36:13,520 - msmodelslim.app.naive_quantization - INFO - ===========GET BEST PRACTICE=========== 2025-09-02 16:36:13,540 - msmodelslim.app.naive_quantization - INFO - Naive Quant apply config_id: qwen3-32b-dense-w8a8 2025-09-02 16:36:13,540 - msmodelslim.app.naive_quantization - INFO - Get best practice qwen3-32b-dense-w8a8 success. 2025-09-02 16:36:13,540 - msmodelslim.app.naive_quantization - INFO - ===========QUANTIZE MODEL=========== 2025-09-02 16:36:13,559 - msmodelslim.app.quant_service.proxy - INFO - Load quant service plugin modelslim_v0 success! 2025-09-02 16:36:13,559 - msmodelslim.app.quant_service.proxy - INFO - Load quant service plugin modelslim_v1 success! 2025-09-02 16:36:13,559 - msmodelslim.app.quant_service.proxy - INFO - Load quant service plugin multimodal_sd_modelslim_v1 success! 2025-09-02 16:36:13,559 - msmodelslim.app.quant_service.modelslim_v0 - INFO - ==========QUANTIZATION: Prepare Dataset========== 2025-09-02 16:36:13,559 - msmodelslim.app.quant_service.modelslim_v0 - INFO - prepare calib_data from mix_calib.jsonl 2025-09-02 16:36:20,351 - msmodelslim.app.quant_service.modelslim_v0 - INFO - prepare calib_data success 2025-09-02 16:36:20,351 - msmodelslim.app.quant_service.modelslim_v0 - INFO - ==========QUANTIZATION: ANTI OUTLIER========== 2025-09-02 16:36:20,351 - msmodelslim - WARNING - No `dev_id` of npu device is configured, default device id `0` is set instead. Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 17/17 [00:11<00:00, 1.52it/s] 0%| | 0/48 [00:00<?, ?it/s] 2025-09-02 16:36:36,732 - msmodelslim.app.naive_quantization - ERROR - [UnexpectedError] Code: 500, Message: Unexpected error., TIP: Please report this issue to the msModelSlim developers. Repository: https://gitee.com/ascend/msit Q&A: https://gitee.com/ascend/msit/blob/master/msmodelslim/docs/FAQ.md 2025-09-02 16:36:36,732 - msmodelslim.app.naive_quantization - ERROR - Original exception: Exception('Please check your config, model and input!', RuntimeError("copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013\n[ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed\n[Error]: System Direct Memory Access (DMA) hardware execution error. \n Rectify the fault based on the error information in the ascend log.\nEI9999: Inner Error!\n The error from device(0), serial number is 2. there is a sdma error, sdma channel is 0, the channel exist the following problems: The SMMU returns a Terminate error during page table translation.. the value of CQE status is 2. the description of CQE status: When the SQE translates a page table, the SMMU returns a Terminate error.it's config include: setting1=0xc000000880e0000, setting2=0xff009000ff004c, setting3=0, sq base addr=0x800d00001004c000[FUNC:ProcessSdmaErrorInfo][FILE:device_error_proc.cc][LINE:779]\nEI9999: [PID: 2750] 2025-09-02-16:36:36.721.167 Memory async copy failed, device_id=0, stream_id=4, task_id=31, flip_num=0, copy_type=2, memcpy_type=0, copy_data_type=0, length=757760[FUNC:GetError][FILE:stream.cc][LINE:1183]\n TraceBack (most recent call last):\n rtStreamSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53]\n synchronize stream failed, runtime result = 507013[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161]\n\n\nDEVICE[0] PID[2750]: \nEXCEPTION STREAM:\n Exception info:TGID=2064437, model id=65535, stream id=4, stream phase=SCHEDULE\n Message info[0]:RTS_HWTS: hwts sdma error, slot_id=26, stream_id=4\n Other info[0]:time=2025-09-02-16:36:35.967.275, function=int_process_hwts_sdma_error, line=1381, error code=0x20b")) 2025-09-02 16:36:36,740 - msmodelslim.app.naive_quantization - ERROR - Traceback: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 409, in process self._process() File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 538, in _process act_stats = self.os_stats(feature_sources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 391, in os_stats self.model(**input_dict) File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 170, in new_forward output = module._old_forward(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/generic.py", line 965, in wrapper output = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/models/qwen3/modeling_qwen3.py", line 850, in forward outputs: BaseModelOutputWithPast = self.model( ^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/generic.py", line 965, in wrapper output = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/models/qwen3/modeling_qwen3.py", line 553, in forward position_embeddings = self.rotary_emb(hidden_states, position_ids) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 165, in new_forward args, kwargs = module._hf_hook.pre_forward(module, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/accelerate_adapter/hook_adapter.py", line 233, in pre_forward args, kwargs = self.old_hook.pre_forward(module, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 364, in pre_forward return send_to_device(args, self.execution_device), send_to_device( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 175, in send_to_device return honor_type( ^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 82, in honor_type return type(obj)(generator) ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 176, in <genexpr> tensor, (send_to_device(t, device, non_blocking=non_blocking, skip_keys=skip_keys) for t in tensor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 156, in send_to_device return tensor.to(device, non_blocking=non_blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch_npu/contrib/transfer_to_npu.py", line 162, in decorated return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ RuntimeError: copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013 [ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EI9999: Inner Error! The error from device(0), serial number is 2. there is a sdma error, sdma channel is 0, the channel exist the following problems: The SMMU returns a Terminate error during page table translation.. the value of CQE status is 2. the description of CQE status: When the SQE translates a page table, the SMMU returns a Terminate error.it's config include: setting1=0xc000000880e0000, setting2=0xff009000ff004c, setting3=0, sq base addr=0x800d00001004c000[FUNC:ProcessSdmaErrorInfo][FILE:device_error_proc.cc][LINE:779] EI9999: [PID: 2750] 2025-09-02-16:36:36.721.167 Memory async copy failed, device_id=0, stream_id=4, task_id=31, flip_num=0, copy_type=2, memcpy_type=0, copy_data_type=0, length=757760[FUNC:GetError][FILE:stream.cc][LINE:1183] TraceBack (most recent call last): rtStreamSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] synchronize stream failed, runtime result = 507013[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] DEVICE[0] PID[2750]: EXCEPTION STREAM: Exception info:TGID=2064437, model id=65535, stream id=4, stream phase=SCHEDULE Message info[0]:RTS_HWTS: hwts sdma error, slot_id=26, stream_id=4 Other info[0]:time=2025-09-02-16:36:35.967.275, function=int_process_hwts_sdma_error, line=1381, error code=0x20b The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/exception_decorator.py", line 159, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/naive_quantization/application.py", line 140, in quant self._quant(model_type, model_path, save_path, device, quant_type, config_path, trust_remote_code) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/naive_quantization/application.py", line 170, in _quant self.quant_service.quantize(model=model, quant_config=quant_config, save_path=save_path) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/proxy.py", line 26, in quantize self.quant_service.quantize(model, quant_config, save_path) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/modelslim_v0/quant_service.py", line 99, in quantize return self.quant_process(model, ModelslimV0QuantConfig.from_base(quant_config), save_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/modelslim_v0/quant_service.py", line 139, in quant_process anti_outlier.process() File "/usr/local/lib64/python3.11/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 411, in process raise Exception("Please check your config, model and input!", e) from e Exception: ('Please check your config, model and input!', RuntimeError("copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013\n[ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed\n[Error]: System Direct Memory Access (DMA) hardware execution error. \n Rectify the fault based on the error information in the ascend log.\nEI9999: Inner Error!\n The error from device(0), serial number is 2. there is a sdma error, sdma channel is 0, the channel exist the following problems: The SMMU returns a Terminate error during page table translation.. the value of CQE status is 2. the description of CQE status: When the SQE translates a page table, the SMMU returns a Terminate error.it's config include: setting1=0xc000000880e0000, setting2=0xff009000ff004c, setting3=0, sq base addr=0x800d00001004c000[FUNC:ProcessSdmaErrorInfo][FILE:device_error_proc.cc][LINE:779]\nEI9999: [PID: 2750] 2025-09-02-16:36:36.721.167 Memory async copy failed, device_id=0, stream_id=4, task_id=31, flip_num=0, copy_type=2, memcpy_type=0, copy_data_type=0, length=757760[FUNC:GetError][FILE:stream.cc][LINE:1183]\n TraceBack (most recent call last):\n rtStreamSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53]\n synchronize stream failed, runtime result = 507013[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161]\n\n\nDEVICE[0] PID[2750]: \nEXCEPTION STREAM:\n Exception info:TGID=2064437, model id=65535, stream id=4, stream phase=SCHEDULE\n Message info[0]:RTS_HWTS: hwts sdma error, slot_id=26, stream_id=4\n Other info[0]:time=2025-09-02-16:36:35.967.275, function=int_process_hwts_sdma_error, line=1381, error code=0x20b")) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 409, in process self._process() File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 538, in _process act_stats = self.os_stats(feature_sources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 391, in os_stats self.model(**input_dict) File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 170, in new_forward output = module._old_forward(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/generic.py", line 965, in wrapper output = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/models/qwen3/modeling_qwen3.py", line 850, in forward outputs: BaseModelOutputWithPast = self.model( ^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/generic.py", line 965, in wrapper output = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/models/qwen3/modeling_qwen3.py", line 553, in forward position_embeddings = self.rotary_emb(hidden_states, position_ids) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 165, in new_forward args, kwargs = module._hf_hook.pre_forward(module, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/accelerate_adapter/hook_adapter.py", line 233, in pre_forward args, kwargs = self.old_hook.pre_forward(module, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 364, in pre_forward return send_to_device(args, self.execution_device), send_to_device( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 175, in send_to_device return honor_type( ^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 82, in honor_type return type(obj)(generator) ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 176, in <genexpr> tensor, (send_to_device(t, device, non_blocking=non_blocking, skip_keys=skip_keys) for t in tensor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 156, in send_to_device return tensor.to(device, non_blocking=non_blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch_npu/contrib/transfer_to_npu.py", line 162, in decorated return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ RuntimeError: copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013 [ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EI9999: Inner Error! The error from device(0), serial number is 2. there is a sdma error, sdma channel is 0, the channel exist the following problems: The SMMU returns a Terminate error during page table translation.. the value of CQE status is 2. the description of CQE status: When the SQE translates a page table, the SMMU returns a Terminate error.it's config include: setting1=0xc000000880e0000, setting2=0xff009000ff004c, setting3=0, sq base addr=0x800d00001004c000[FUNC:ProcessSdmaErrorInfo][FILE:device_error_proc.cc][LINE:779] EI9999: [PID: 2750] 2025-09-02-16:36:36.721.167 Memory async copy failed, device_id=0, stream_id=4, task_id=31, flip_num=0, copy_type=2, memcpy_type=0, copy_data_type=0, length=757760[FUNC:GetError][FILE:stream.cc][LINE:1183] TraceBack (most recent call last): rtStreamSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] synchronize stream failed, runtime result = 507013[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] DEVICE[0] PID[2750]: EXCEPTION STREAM: Exception info:TGID=2064437, model id=65535, stream id=4, stream phase=SCHEDULE Message info[0]:RTS_HWTS: hwts sdma error, slot_id=26, stream_id=4 Other info[0]:time=2025-09-02-16:36:35.967.275, function=int_process_hwts_sdma_error, line=1381, error code=0x20b The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/exception_decorator.py", line 159, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/naive_quantization/application.py", line 140, in quant self._quant(model_type, model_path, save_path, device, quant_type, config_path, trust_remote_code) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/naive_quantization/application.py", line 170, in _quant self.quant_service.quantize(model=model, quant_config=quant_config, save_path=save_path) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/proxy.py", line 26, in quantize self.quant_service.quantize(model, quant_config, save_path) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/modelslim_v0/quant_service.py", line 99, in quantize return self.quant_process(model, ModelslimV0QuantConfig.from_base(quant_config), save_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/modelslim_v0/quant_service.py", line 139, in quant_process anti_outlier.process() File "/usr/local/lib64/python3.11/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 411, in process raise Exception("Please check your config, model and input!", e) from e Exception: ('Please check your config, model and input!', RuntimeError("copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013\n[ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed\n[Error]: System Direct Memory Access (DMA) hardware execution error. \n Rectify the fault based on the error information in the ascend log.\nEI9999: Inner Error!\n The error from device(0), serial number is 2. there is a sdma error, sdma channel is 0, the channel exist the following problems: The SMMU returns a Terminate error during page table translation.. the value of CQE status is 2. the description of CQE status: When the SQE translates a page table, the SMMU returns a Terminate error.it's config include: setting1=0xc000000880e0000, setting2=0xff009000ff004c, setting3=0, sq base addr=0x800d00001004c000[FUNC:ProcessSdmaErrorInfo][FILE:device_error_proc.cc][LINE:779]\nEI9999: [PID: 2750] 2025-09-02-16:36:36.721.167 Memory async copy failed, device_id=0, stream_id=4, task_id=31, flip_num=0, copy_type=2, memcpy_type=0, copy_data_type=0, length=757760[FUNC:GetError][FILE:stream.cc][LINE:1183]\n TraceBack (most recent call last):\n rtStreamSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53]\n synchronize stream failed, runtime result = 507013[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161]\n\n\nDEVICE[0] PID[2750]: \nEXCEPTION STREAM:\n Exception info:TGID=2064437, model id=65535, stream id=4, stream phase=SCHEDULE\n Message info[0]:RTS_HWTS: hwts sdma error, slot_id=26, stream_id=4\n Other info[0]:time=2025-09-02-16:36:35.967.275, function=int_process_hwts_sdma_error, line=1381, error code=0x20b")) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/bin/msmodelslim", line 8, in <module> sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/cli/__main__.py", line 50, in main quant_main(args) File "/usr/local/lib/python3.11/site-packages/msmodelslim/cli/naive_quantization/__main__.py", line 43, in main app.quant( File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/exception_decorator.py", line 170, in wrapper raise unexpected_error from e msmodelslim.utils.exception.UnexpectedError: Code: 500, Message: Unexpected error. TIP: Please report this issue to the msModelSlim developers. Repository: https://gitee.com/ascend/msit Q&A: https://gitee.com/ascend/msit/blob/master/msmodelslim/docs/FAQ.md [W compiler_depend.ts:526] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.752.569 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeUsedDevices) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.754.791 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.756.737 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.758.634 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.760.512 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.762.337 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.764.196 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.766.007 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.767.873 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.769.690 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.771.545 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.773.393 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.775.256 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.777.072 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.778.934 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.780.754 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.782.613 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [ERROR] 2025-09-02-16:36:37 (PID:2750, Device:0, RankID:-1) ERR99999 UNKNOWN application exception `
一、问题现象(附报错日志上下文): qwen3-32b的w8a8和w8a8s量化都报错,试了14b的也类似错误 ``` 2025-09-02 16:36:36,732 - msmodelslim.app.naive_quantization - ERROR - Original exception: Exception('Please check your config, model and input!', RuntimeError("copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013\n[ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed\n[Error]: System Direct Memory Access (DMA) hardware execution error. \n ``` 二、软件版本: 使用[官方发布](https://www.hiascend.com/developer/ascendhub/detail/af85b724a7e5469ebd7ea13c3439d48f)的swr.cn-south-1.myhuaweicloud.com/ascendhub/mindie:2.1.RC1-300I-Duo-py311-openeuler24.03-lts镜像 -- CANN 版本 : 镜像内置的8.2.RC1 --操作系统版本 : Ubuntu 20.04.5 LTS (GNU/Linux 5.4.0-125-generic aarch64),npu-smi 25.2.0 Version: 25.2.0 --硬件是4卡300I Duo, 另一台4卡300I Duo装的系统是5.10.0-216.0.0.115.oe2203sp4.aarch64,同样npu-smi 25.2.0 也有一样的问题  三、测试步骤: 1.进入容器之后,安装msmodelslim量化工具 https://gitee.com/ascend/msit/tree/master/msmodelslim -》这个工具的INFO - trust_remote_code: False 永远提示,感觉输入的参数没有传进去,后续修改代码默认值把trust_remote_code变成True了依然报同样的错误。 • git clone https://gitee.com/ascend/msit.git • cd msit/msmodelslim • bash install.sh (可选,稀疏量化场景下需要此步骤)进入python环境下的site_packages包管理路径 cd {python环境路径}/site-packages/msmodelslim/pytorch/weight_compression/compress_graph/ cd /usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/weight_compression/compress_graph (可选,稀疏量化场景下需要此步骤)编译weight_compression组件 sudo bash build.sh {CANN包安装路径}/ascend-toolkit/latest yum install cmake make -y yum groupinstall "Development Tools" -y bash build.sh /usr/local/Ascend/ascend-toolkit/latest (可选,稀疏量化场景下需要此步骤)上一步编译操作会得到bulid文件夹,给build文件夹相关权限 chmod -R 550 build 2.运行量化命令 ``` msmodelslim quant --model_path /model/ --save_path /model/zx/qwen3-dense-w8a8/ --device npu --model_type Qwen3-32B --quant_type w8a8 --trust_remote_code True ``` ``` msmodelslim quant --model_path /home/data/nlp_openmodel/Qwen3-14B/ --save_path /home/data/mindie_model/Qwen3-14B-w8a8/ --device npu --model_type Qwen3-14B --quant_type w8a8 --trust_remote_code True ``` 四、日志信息: `[root@qwen32-69684cc7cf-n2w69 compress_graph]# msmodelslim quant --model_path /model/ --save_path /model/zx/qwen3-dense-w8a8/ --device npu --model_type Qwen3-32B --quant_type w8a8 --trust_remote_code True /usr/local/lib64/python3.11/site-packages/torch_npu/contrib/transfer_to_npu.py:302: ImportWarning: ************************************************************************************************************* The torch.Tensor.cuda and torch.nn.Module.cuda are replaced with torch.Tensor.npu and torch.nn.Module.npu now.. The torch.cuda.DoubleTensor is replaced with torch.npu.FloatTensor cause the double type is not supported now.. The backend in torch.distributed.init_process_group set to hccl now.. The torch.cuda.* and torch.cuda.amp.* are replaced with torch.npu.* and torch.npu.amp.* now.. The device parameters have been replaced with npu in the function below: torch.logspace, torch.randint, torch.hann_window, torch.rand, torch.full_like, torch.ones_like, torch.rand_like, torch.randperm, torch.arange, torch.frombuffer, torch.normal, torch._empty_per_channel_affine_quantized, torch.empty_strided, torch.empty_like, torch.scalar_tensor, torch.tril_indices, torch.bartlett_window, torch.ones, torch.sparse_coo_tensor, torch.randn, torch.kaiser_window, torch.tensor, torch.triu_indices, torch.as_tensor, torch.zeros, torch.randint_like, torch.full, torch.eye, torch._sparse_csr_tensor_unsafe, torch.empty, torch._sparse_coo_tensor_unsafe, torch.blackman_window, torch.zeros_like, torch.range, torch.sparse_csr_tensor, torch.randn_like, torch.from_file, torch._cudnn_init_dropout_state, torch._empty_affine_quantized, torch.linspace, torch.hamming_window, torch.empty_quantized, torch._pin_memory, torch.autocast, torch.load, torch.set_default_device, torch.Tensor.new_empty, torch.Tensor.new_empty_strided, torch.Tensor.new_full, torch.Tensor.new_ones, torch.Tensor.new_tensor, torch.Tensor.new_zeros, torch.Tensor.to, torch.Tensor.pin_memory, torch.nn.Module.to, torch.nn.Module.to_empty ************************************************************************************************************* warnings.warn(msg, ImportWarning) /usr/local/lib64/python3.11/site-packages/torch_npu/contrib/transfer_to_npu.py:257: RuntimeWarning: torch.jit.script and torch.jit.script_method will be disabled by transfer_to_npu, which currently does not support them, if you need to enable them, please do not use transfer_to_npu. warnings.warn(msg, RuntimeWarning) /usr/local/lib/python3.11/site-packages/pydantic/_internal/_config.py:291: PydanticDeprecatedSince20: Support for class-based `config` is deprecated, use ConfigDict instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.9/migration/ warnings.warn(DEPRECATION_MESSAGE, DeprecationWarning) 2025-09-02 16:36:13,144 - msmodelslim - INFO - write directory exists, write file to directory '/model/zx/qwen3-dense-w8a8/' 2025-09-02 16:36:13,146 - msmodelslim.app.naive_quantization - INFO - quantization with following parameters: 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - model_type: Qwen3-32B 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - model_path: /model 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - save_path: /model/zx/qwen3-dense-w8a8 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - device: npu 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - quant_type: w8a8 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - trust_remote_code: False 2025-09-02 16:36:13,147 - msmodelslim.app.naive_quantization - INFO - ===========LOAD MODEL=========== 2025-09-02 16:36:13,519 - msmodelslim.app.naive_quantization - INFO - Load model Qwen3-32B from /model to npu success. 2025-09-02 16:36:13,520 - msmodelslim.app.naive_quantization - INFO - ===========GET BEST PRACTICE=========== 2025-09-02 16:36:13,540 - msmodelslim.app.naive_quantization - INFO - Naive Quant apply config_id: qwen3-32b-dense-w8a8 2025-09-02 16:36:13,540 - msmodelslim.app.naive_quantization - INFO - Get best practice qwen3-32b-dense-w8a8 success. 2025-09-02 16:36:13,540 - msmodelslim.app.naive_quantization - INFO - ===========QUANTIZE MODEL=========== 2025-09-02 16:36:13,559 - msmodelslim.app.quant_service.proxy - INFO - Load quant service plugin modelslim_v0 success! 2025-09-02 16:36:13,559 - msmodelslim.app.quant_service.proxy - INFO - Load quant service plugin modelslim_v1 success! 2025-09-02 16:36:13,559 - msmodelslim.app.quant_service.proxy - INFO - Load quant service plugin multimodal_sd_modelslim_v1 success! 2025-09-02 16:36:13,559 - msmodelslim.app.quant_service.modelslim_v0 - INFO - ==========QUANTIZATION: Prepare Dataset========== 2025-09-02 16:36:13,559 - msmodelslim.app.quant_service.modelslim_v0 - INFO - prepare calib_data from mix_calib.jsonl 2025-09-02 16:36:20,351 - msmodelslim.app.quant_service.modelslim_v0 - INFO - prepare calib_data success 2025-09-02 16:36:20,351 - msmodelslim.app.quant_service.modelslim_v0 - INFO - ==========QUANTIZATION: ANTI OUTLIER========== 2025-09-02 16:36:20,351 - msmodelslim - WARNING - No `dev_id` of npu device is configured, default device id `0` is set instead. Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 17/17 [00:11<00:00, 1.52it/s] 0%| | 0/48 [00:00<?, ?it/s] 2025-09-02 16:36:36,732 - msmodelslim.app.naive_quantization - ERROR - [UnexpectedError] Code: 500, Message: Unexpected error., TIP: Please report this issue to the msModelSlim developers. Repository: https://gitee.com/ascend/msit Q&A: https://gitee.com/ascend/msit/blob/master/msmodelslim/docs/FAQ.md 2025-09-02 16:36:36,732 - msmodelslim.app.naive_quantization - ERROR - Original exception: Exception('Please check your config, model and input!', RuntimeError("copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013\n[ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed\n[Error]: System Direct Memory Access (DMA) hardware execution error. \n Rectify the fault based on the error information in the ascend log.\nEI9999: Inner Error!\n The error from device(0), serial number is 2. there is a sdma error, sdma channel is 0, the channel exist the following problems: The SMMU returns a Terminate error during page table translation.. the value of CQE status is 2. the description of CQE status: When the SQE translates a page table, the SMMU returns a Terminate error.it's config include: setting1=0xc000000880e0000, setting2=0xff009000ff004c, setting3=0, sq base addr=0x800d00001004c000[FUNC:ProcessSdmaErrorInfo][FILE:device_error_proc.cc][LINE:779]\nEI9999: [PID: 2750] 2025-09-02-16:36:36.721.167 Memory async copy failed, device_id=0, stream_id=4, task_id=31, flip_num=0, copy_type=2, memcpy_type=0, copy_data_type=0, length=757760[FUNC:GetError][FILE:stream.cc][LINE:1183]\n TraceBack (most recent call last):\n rtStreamSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53]\n synchronize stream failed, runtime result = 507013[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161]\n\n\nDEVICE[0] PID[2750]: \nEXCEPTION STREAM:\n Exception info:TGID=2064437, model id=65535, stream id=4, stream phase=SCHEDULE\n Message info[0]:RTS_HWTS: hwts sdma error, slot_id=26, stream_id=4\n Other info[0]:time=2025-09-02-16:36:35.967.275, function=int_process_hwts_sdma_error, line=1381, error code=0x20b")) 2025-09-02 16:36:36,740 - msmodelslim.app.naive_quantization - ERROR - Traceback: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 409, in process self._process() File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 538, in _process act_stats = self.os_stats(feature_sources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 391, in os_stats self.model(**input_dict) File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 170, in new_forward output = module._old_forward(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/generic.py", line 965, in wrapper output = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/models/qwen3/modeling_qwen3.py", line 850, in forward outputs: BaseModelOutputWithPast = self.model( ^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/generic.py", line 965, in wrapper output = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/models/qwen3/modeling_qwen3.py", line 553, in forward position_embeddings = self.rotary_emb(hidden_states, position_ids) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 165, in new_forward args, kwargs = module._hf_hook.pre_forward(module, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/accelerate_adapter/hook_adapter.py", line 233, in pre_forward args, kwargs = self.old_hook.pre_forward(module, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 364, in pre_forward return send_to_device(args, self.execution_device), send_to_device( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 175, in send_to_device return honor_type( ^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 82, in honor_type return type(obj)(generator) ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 176, in <genexpr> tensor, (send_to_device(t, device, non_blocking=non_blocking, skip_keys=skip_keys) for t in tensor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 156, in send_to_device return tensor.to(device, non_blocking=non_blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch_npu/contrib/transfer_to_npu.py", line 162, in decorated return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ RuntimeError: copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013 [ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EI9999: Inner Error! The error from device(0), serial number is 2. there is a sdma error, sdma channel is 0, the channel exist the following problems: The SMMU returns a Terminate error during page table translation.. the value of CQE status is 2. the description of CQE status: When the SQE translates a page table, the SMMU returns a Terminate error.it's config include: setting1=0xc000000880e0000, setting2=0xff009000ff004c, setting3=0, sq base addr=0x800d00001004c000[FUNC:ProcessSdmaErrorInfo][FILE:device_error_proc.cc][LINE:779] EI9999: [PID: 2750] 2025-09-02-16:36:36.721.167 Memory async copy failed, device_id=0, stream_id=4, task_id=31, flip_num=0, copy_type=2, memcpy_type=0, copy_data_type=0, length=757760[FUNC:GetError][FILE:stream.cc][LINE:1183] TraceBack (most recent call last): rtStreamSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] synchronize stream failed, runtime result = 507013[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] DEVICE[0] PID[2750]: EXCEPTION STREAM: Exception info:TGID=2064437, model id=65535, stream id=4, stream phase=SCHEDULE Message info[0]:RTS_HWTS: hwts sdma error, slot_id=26, stream_id=4 Other info[0]:time=2025-09-02-16:36:35.967.275, function=int_process_hwts_sdma_error, line=1381, error code=0x20b The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/exception_decorator.py", line 159, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/naive_quantization/application.py", line 140, in quant self._quant(model_type, model_path, save_path, device, quant_type, config_path, trust_remote_code) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/naive_quantization/application.py", line 170, in _quant self.quant_service.quantize(model=model, quant_config=quant_config, save_path=save_path) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/proxy.py", line 26, in quantize self.quant_service.quantize(model, quant_config, save_path) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/modelslim_v0/quant_service.py", line 99, in quantize return self.quant_process(model, ModelslimV0QuantConfig.from_base(quant_config), save_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/modelslim_v0/quant_service.py", line 139, in quant_process anti_outlier.process() File "/usr/local/lib64/python3.11/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 411, in process raise Exception("Please check your config, model and input!", e) from e Exception: ('Please check your config, model and input!', RuntimeError("copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013\n[ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed\n[Error]: System Direct Memory Access (DMA) hardware execution error. \n Rectify the fault based on the error information in the ascend log.\nEI9999: Inner Error!\n The error from device(0), serial number is 2. there is a sdma error, sdma channel is 0, the channel exist the following problems: The SMMU returns a Terminate error during page table translation.. the value of CQE status is 2. the description of CQE status: When the SQE translates a page table, the SMMU returns a Terminate error.it's config include: setting1=0xc000000880e0000, setting2=0xff009000ff004c, setting3=0, sq base addr=0x800d00001004c000[FUNC:ProcessSdmaErrorInfo][FILE:device_error_proc.cc][LINE:779]\nEI9999: [PID: 2750] 2025-09-02-16:36:36.721.167 Memory async copy failed, device_id=0, stream_id=4, task_id=31, flip_num=0, copy_type=2, memcpy_type=0, copy_data_type=0, length=757760[FUNC:GetError][FILE:stream.cc][LINE:1183]\n TraceBack (most recent call last):\n rtStreamSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53]\n synchronize stream failed, runtime result = 507013[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161]\n\n\nDEVICE[0] PID[2750]: \nEXCEPTION STREAM:\n Exception info:TGID=2064437, model id=65535, stream id=4, stream phase=SCHEDULE\n Message info[0]:RTS_HWTS: hwts sdma error, slot_id=26, stream_id=4\n Other info[0]:time=2025-09-02-16:36:35.967.275, function=int_process_hwts_sdma_error, line=1381, error code=0x20b")) Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 409, in process self._process() File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 538, in _process act_stats = self.os_stats(feature_sources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 391, in os_stats self.model(**input_dict) File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 170, in new_forward output = module._old_forward(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/generic.py", line 965, in wrapper output = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/deprecation.py", line 172, in wrapped_func return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/models/qwen3/modeling_qwen3.py", line 850, in forward outputs: BaseModelOutputWithPast = self.model( ^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/utils/generic.py", line 965, in wrapper output = func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/models/qwen3/modeling_qwen3.py", line 553, in forward position_embeddings = self.rotary_emb(hidden_states, position_ids) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl return self._call_impl(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl return forward_call(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 165, in new_forward args, kwargs = module._hf_hook.pre_forward(module, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/accelerate_adapter/hook_adapter.py", line 233, in pre_forward args, kwargs = self.old_hook.pre_forward(module, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/hooks.py", line 364, in pre_forward return send_to_device(args, self.execution_device), send_to_device( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 175, in send_to_device return honor_type( ^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 82, in honor_type return type(obj)(generator) ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 176, in <genexpr> tensor, (send_to_device(t, device, non_blocking=non_blocking, skip_keys=skip_keys) for t in tensor) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/accelerate/utils/operations.py", line 156, in send_to_device return tensor.to(device, non_blocking=non_blocking) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.11/site-packages/torch_npu/contrib/transfer_to_npu.py", line 162, in decorated return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^ RuntimeError: copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013 [ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EI9999: Inner Error! The error from device(0), serial number is 2. there is a sdma error, sdma channel is 0, the channel exist the following problems: The SMMU returns a Terminate error during page table translation.. the value of CQE status is 2. the description of CQE status: When the SQE translates a page table, the SMMU returns a Terminate error.it's config include: setting1=0xc000000880e0000, setting2=0xff009000ff004c, setting3=0, sq base addr=0x800d00001004c000[FUNC:ProcessSdmaErrorInfo][FILE:device_error_proc.cc][LINE:779] EI9999: [PID: 2750] 2025-09-02-16:36:36.721.167 Memory async copy failed, device_id=0, stream_id=4, task_id=31, flip_num=0, copy_type=2, memcpy_type=0, copy_data_type=0, length=757760[FUNC:GetError][FILE:stream.cc][LINE:1183] TraceBack (most recent call last): rtStreamSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] synchronize stream failed, runtime result = 507013[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] DEVICE[0] PID[2750]: EXCEPTION STREAM: Exception info:TGID=2064437, model id=65535, stream id=4, stream phase=SCHEDULE Message info[0]:RTS_HWTS: hwts sdma error, slot_id=26, stream_id=4 Other info[0]:time=2025-09-02-16:36:35.967.275, function=int_process_hwts_sdma_error, line=1381, error code=0x20b The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/exception_decorator.py", line 159, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/naive_quantization/application.py", line 140, in quant self._quant(model_type, model_path, save_path, device, quant_type, config_path, trust_remote_code) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/naive_quantization/application.py", line 170, in _quant self.quant_service.quantize(model=model, quant_config=quant_config, save_path=save_path) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/proxy.py", line 26, in quantize self.quant_service.quantize(model, quant_config, save_path) File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/modelslim_v0/quant_service.py", line 99, in quantize return self.quant_process(model, ModelslimV0QuantConfig.from_base(quant_config), save_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/app/quant_service/modelslim_v0/quant_service.py", line 139, in quant_process anti_outlier.process() File "/usr/local/lib64/python3.11/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/pytorch/llm_ptq/anti_outlier/anti_outlier.py", line 411, in process raise Exception("Please check your config, model and input!", e) from e Exception: ('Please check your config, model and input!', RuntimeError("copy_d2d:build/CMakeFiles/torch_npu.dir/compiler_depend.ts:285 NPU function error: c10_npu::acl::AclrtSynchronizeStreamWithTimeout(copy_stream), error code is 507013\n[ERROR] 2025-09-02-16:36:36 (PID:2750, Device:0, RankID:-1) ERR00100 PTA call acl api failed\n[Error]: System Direct Memory Access (DMA) hardware execution error. \n Rectify the fault based on the error information in the ascend log.\nEI9999: Inner Error!\n The error from device(0), serial number is 2. there is a sdma error, sdma channel is 0, the channel exist the following problems: The SMMU returns a Terminate error during page table translation.. the value of CQE status is 2. the description of CQE status: When the SQE translates a page table, the SMMU returns a Terminate error.it's config include: setting1=0xc000000880e0000, setting2=0xff009000ff004c, setting3=0, sq base addr=0x800d00001004c000[FUNC:ProcessSdmaErrorInfo][FILE:device_error_proc.cc][LINE:779]\nEI9999: [PID: 2750] 2025-09-02-16:36:36.721.167 Memory async copy failed, device_id=0, stream_id=4, task_id=31, flip_num=0, copy_type=2, memcpy_type=0, copy_data_type=0, length=757760[FUNC:GetError][FILE:stream.cc][LINE:1183]\n TraceBack (most recent call last):\n rtStreamSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53]\n synchronize stream failed, runtime result = 507013[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161]\n\n\nDEVICE[0] PID[2750]: \nEXCEPTION STREAM:\n Exception info:TGID=2064437, model id=65535, stream id=4, stream phase=SCHEDULE\n Message info[0]:RTS_HWTS: hwts sdma error, slot_id=26, stream_id=4\n Other info[0]:time=2025-09-02-16:36:35.967.275, function=int_process_hwts_sdma_error, line=1381, error code=0x20b")) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/bin/msmodelslim", line 8, in <module> sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/cli/__main__.py", line 50, in main quant_main(args) File "/usr/local/lib/python3.11/site-packages/msmodelslim/cli/naive_quantization/__main__.py", line 43, in main app.quant( File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/logging.py", line 252, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/msmodelslim/utils/exception_decorator.py", line 170, in wrapper raise unexpected_error from e msmodelslim.utils.exception.UnexpectedError: Code: 500, Message: Unexpected error. TIP: Please report this issue to the msModelSlim developers. Repository: https://gitee.com/ascend/msit Q&A: https://gitee.com/ascend/msit/blob/master/msmodelslim/docs/FAQ.md [W compiler_depend.ts:526] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.752.569 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeUsedDevices) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.754.791 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.756.737 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.758.634 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.760.512 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.762.337 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.764.196 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.766.007 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.767.873 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.769.690 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.771.545 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.773.393 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.775.256 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.777.072 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.778.934 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [W compiler_depend.ts:508] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.780.754 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function npuSynchronizeDevice) [W compiler_depend.ts:228] Warning: NPU warning, error code is 507013[Error]: [Error]: System Direct Memory Access (DMA) hardware execution error. Rectify the fault based on the error information in the ascend log. EH9999: Inner Error! rtDeviceSynchronizeWithTimeout execute failed, reason=[sdma copy error][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:53] EH9999: [PID: 2750] 2025-09-02-16:36:36.782.613 wait for compute device to finish failed, runtime result = 507013.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): (function empty_cache) [ERROR] 2025-09-02-16:36:37 (PID:2750, Device:0, RankID:-1) ERR99999 UNKNOWN application exception `
评论 (
1
)
登录
后才可以发表评论
状态
TODO
TODO
WIP
DONE
CLOSED
REJECTED
负责人
未设置
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(2)
Python
1
https://gitee.com/ascend/msit.git
git@gitee.com:ascend/msit.git
ascend
msit
msit
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册