Wojtek Turowicz

Results 128 comments of Wojtek Turowicz

What API Permissions should be granted to the AD Application so the login works?

Having issues even though everything is configured correctly: https://github.com/ubuntu/aad-auth/issues/420

cc @deadeyegoodwin @eshcheglov @CoderHam similar to: https://github.com/triton-inference-server/server/issues/2361, https://github.com/triton-inference-server/server/issues/1468, https://github.com/triton-inference-server/server/issues/8183,

JP 6.2.1 + `nvcr.io/nvidia/l4t-jetpack:r36.4.0` + `tritonserver2.52.0-igpu.tar` crash with: ``` tritonserver: /usr/lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by tritonserver) tritonserver: /usr/lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by tritonserver) tritonserver: /usr/lib/aarch64-linux-gnu/libstdc++.so.6: version...

Here's what ChatGPT 5.0 thinks:

OK seems like the last precompiled Triton release for Jetpack was for 23.06, which is 2 years behind current. It looks like NVIDIA has abandoned any and all support of...

The solution was to use the following versions: Triton as an API: - arm64: `FROM nvcr.io/nvidia/tritonserver:25.01-py3` - amd64: `FROM nvcr.io/nvidia/tritonserver:25.01-py3-igpu` Model Converter as an InitContainer: - arm64: `FROM nvcr.io/nvidia/tensorrt:25.01-py3` -...