add build cdn_manager in publish.cmd

This commit is contained in:
Alex Bezdieniezhnykh
2025-04-28 14:49:04 +03:00
parent 0274dd65a4
commit 046cc0eac6
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -71,8 +71,12 @@ copy venv\Lib\site-packages\tensorrt_libs\nvonnxparser_10.dll ..\dist
copy config.production.yaml ..\dist\config.yaml
cd..
echo Download onnx model
cd build
echo Install cdn_manager
call build_cdn_manager
call cdn_manager.exe download models
move models ..\dist\
cd..