triton-inference-server / dali_backend

The Triton backend that allows running GPU-accelerated data pre-processing pipelines implemented in DALI's python API.
https://docs.nvidia.com/deeplearning/dali/user-guide/docs/index.html
MIT License
118 stars 28 forks source link

Modify DALI wheel installation routine #248

Closed szalpal closed 3 weeks ago

szalpal commented 4 weeks ago

Recently, gast extension (DALI dependency) changed its distribution pattern in PyPI. Previously it has beed distributed as a whl file, while currently it is a tar.gz file. Since DALI Backend approaches the DALI wheel installation in a specific way (extract + PYTHONPATH adjustment, instead of pip install), we need to augment DALI Backend build routines to accommodate for the new gast distribution method.

dali-automaton commented 4 weeks ago

CI MESSAGE: [16154682]: BUILD STARTED

dali-automaton commented 4 weeks ago

CI MESSAGE: [16154682]: BUILD FAILED

dali-automaton commented 3 weeks ago

CI MESSAGE: [16216186]: BUILD STARTED

dali-automaton commented 3 weeks ago

CI MESSAGE: [16216186]: BUILD PASSED