Hannu Laurila

Results 3 issues of Hannu Laurila

### Brief summary I am trying to load test gRPC service where some inputs are arrays of floats and the arrays may contain `NaN`values. The `gRPC.Client().invoke` serialization fails due to`NaN`...

bug

Hello and thanks for this magnificent module! There appears to be a breaking change in `llvmlite` 0.45.0 that impacts `lleaves`: * https://github.com/numba/llvmlite/blob/main/CHANGE_LOG * https://llvmlite.readthedocs.io/en/latest/user-guide/llvm20.html Example error: ``` def compile_to_module( file_path,...

Hello, and thanks for maintaining the tritonclient. As minor issue, when installing `tritonclient` Python package, it places a `LICENSE.txt` file outside of the tritonclient package directory: ``` $ docker run...