From c7ad9fa78e6a946e0f630c24668d83be7fa20641 Mon Sep 17 00:00:00 2001 From: shupiaoyang Date: Thu, 6 Mar 2025 21:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8MindSpore-DeepSeek=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=B8=AD=E6=B7=BB=E5=8A=A0=E8=B7=B3=E8=BF=87?= =?UTF-8?q?SSH=E6=A0=A1=E9=AA=8C=E7=9A=84=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/mindspore-deepseek/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/mindspore-deepseek/config.yaml b/plugins/mindspore-deepseek/config.yaml index 2351d70..f82a4b3 100644 --- a/plugins/mindspore-deepseek/config.yaml +++ b/plugins/mindspore-deepseek/config.yaml @@ -34,3 +34,5 @@ llm_port: 8000 # ray集群使用的网卡 ray_device: enp67s0f0np0 + # 跳过 ssh 校验(如需禁用此功能,请注释以下配置项) + ansible_ssh_common_args: '-o StrictHostKeyChecking=no' -- Gitee