Alexander Mamaev

Results 9 comments of Alexander Mamaev

Проблема с сокращениями: * т.е. - то есть * ч.т.д. - что и требовалось доказать

А когда планируется обновление модели?

The hotfix is to use some hash-compare in [the script](https://github.com/triton-inference-server/third_party/blob/main/tools/install_src.py) before run rmtree and copytree. But maybe you have some CMake trick to not execute `ExternalProject_Add`, IDK, I'm not cmake-expert

Time to rebuild on my **MacBook M1**: Rebuild with **grpc-patch** ``` real 9m11.775s user 0m12.029s sys 1m17.344s ``` Rebuild with commented **grpc-patch** ``` real 1m36.359s user 0m2.616s sys 0m12.435s ```...

@nv-kmcgill53 Ok, im just using my hot-fix for now.

@krishung5 Yes, but how it possible to link real function call to the stubs? Them have a completely different interface: stubs never returns anything, and never have an arguments

@ArgoHA It may depend on many things. For example, small batch size at inference, or frames from stream goes too slow. By the way, GPU Util actually is not a...

@ArgoHA You may concatenate images from different cameras before sending them to triton, or just use dynamic batching feature in triton.

@dyastremsky custom backend is a dynamic library with some api methods, so it's mean that we can build some static binary which be able to test all this outputs with...