NVIDIA / nv-ingest

NVIDIA Ingest is an early access set of microservices for parsing hundreds of thousands of complex, messy unstructured PDFs and other enterprise documents into metadata and text to embed into retrieval systems.
Apache License 2.0
87 stars 40 forks source link

[BUG]: test_dedup and test_filter unit tests are failing when CUDA is not available #211

Closed drobison00 closed 2 weeks ago

drobison00 commented 2 weeks ago

Version

24.10

Which installation method(s) does this occur on?

No response

Describe the bug.

test_image_dedup and test_image_filter are failing when unit tests run on systems without GPU/CUDA resources. This needs to be updated to wrap the appropriate imports with CUDA and Morpheus checks.

Minimum reproducible example

No response

Relevant log output

No response

Other/Misc.

No response