fix:导入加密模型

This commit is contained in:
wangzhongjie 2025-05-08 14:30:37 +08:00
parent 47d2f306a8
commit 49f13cb5a0

9
导入加密模型.bat Normal file
View File

@ -0,0 +1,9 @@
@echo off
set TOOLCHAIN_PATH=.\win
set MODELS_PATH=..\in
cd %TOOLCHAIN_PATH%
.\hdc.exe file send %MODELS_PATH%\models /mnt/hmdfs/100/account/device_view/local/files/duolun
echo "all success"
pause