mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:56:30 +00:00
read cdn yaml config from api
automate tensorrt model conversion in case of no existing one for user's gpu
This commit is contained in:
+2
-2
@@ -43,6 +43,7 @@ venv\Scripts\pyinstaller --name=azaion-inference ^
|
||||
--collect-all onnxruntime ^
|
||||
--collect-all tensorrt ^
|
||||
--collect-all pycuda ^
|
||||
--collect-all pynvml ^
|
||||
--collect-all re ^
|
||||
--hidden-import constants ^
|
||||
--hidden-import annotation ^
|
||||
@@ -71,8 +72,7 @@ cd..
|
||||
|
||||
echo Download onnx model
|
||||
cd build
|
||||
call cdn_manager.exe download models azaion.onnx.big
|
||||
call cdn_manager.exe download models azaion.engine.big
|
||||
call cdn_manager.exe download models
|
||||
|
||||
move azaion.* ..\dist\
|
||||
cd..
|
||||
|
||||
Reference in New Issue
Block a user