Ryan Li
Ryan Li
If anyone gets to this issue while trying to convert an ONNX model to TensorRT: TorchDynamo as of torch 2.2.2 converts `torch.cat` to this op, and if you switch to...
This can be fixed by applying pull request #864.
This is probably an issue with older `cmake` version: ``` CMake Error at CMakeLists.txt:1 (cmake_minimum_required): CMake 3.22 or higher is required. You are running version 3.18.4 ``` It does install...
@lordleoo #9 should solve the issue
One thing that seems to be different between `debian12` and `debian13` is that the latter doesn't have `/lib/x86_64-linux-gnu` and there's only `/usr/lib/x86_64-linux-gnu`. This causes a runtime error in some Python...
Thanks @matushorvath. Confirmed that the issue is with `rules_oci` rather than the distroless image. I filed https://github.com/bazel-contrib/rules_oci/issues/857 for `rules_oci`.