Edward Kim

Results 29 comments of Edward Kim

#135 partially fixes the issue, but users have to set the device themselves by using `cupy.cuda.Device()` (example: https://github.com/NVIDIA-Merlin/Transformers4Rec/pull/675) or ```python rank = int(os.environ["LOCAL_RANK"]) with cupy.cuda.Device(rank): dataset = Dataset(pd.DataFrame( {"a": [[1],...

> Also I can't seem to reproduce the test failure locally We have a flaky test. I meant to look into fixing it, but for now you can go into...

Moved to `Blocked` status. Recent performance testing showed that the HTTP endpoints of YOLOX/PaddleOCR/cached cannot withstand a heavy load. We cannot switch to HTTP endpoinits unless load tests show HTTP...

Closed by https://github.com/NVIDIA/nv-ingest/pull/332

[321052f](https://github.com/NVIDIA/nv-ingest/pull/230/commits/321052fd3d142ae2c80e63d16b069cea1cd3c9d0) adds support for preserving the text bounding boxes in the metadata (in the `hierarchy` field) and addresses issue https://github.com/NVIDIA/nv-ingest-private/issues/49. It also changes the way text blocks are concatenated to...

@angudadevops @ishandhanani Can you tell us how your `docker-compose.yaml` looks like? Specifically, these lines: https://github.com/NVIDIA/nv-ingest/blob/18a0b70e50f3a159dcd089618269c880546e4f6c/docker-compose.yaml#L157-L159

Sorry about that. Can you try one of these two workarounds: 1. As stated in README, try `docker compose build nv-ingest-ms-runtime`. ``` nv-ingest is in Early Access mode, meaning the...

@angudadevops Please ignore `ERROR - Failed to connect to milvus` as it is not an error. But it is indeed confusing and we will improve this message. We are also...