The NVIDIA Data Loading Library (DALI) is a library for data loading and pre-processing to accelerate deep learning applications. It provides a collection of highly optimized building blocks for loading and processing image, video and audio data. It can be used as a portable drop-in replacement for built in data loaders and data iterators in popular deep learning frameworks.
Deep learning applications require complex, multi-stage data processing pipelines that include loading, decoding, cropping, resizing, and many other augmentations. These data processing pipelines, which are currently executed on the CPU, have become a bottleneck, limiting the performance and scalability of training and inference.
DALI addresses the problem of the CPU bottleneck by offloading data preprocessing to the GPU. Additionally, DALI relies on its own execution engine, built to maximize the throughput of the input pipeline. Features such as prefetching, parallel execution, and batch processing are handled transparently for the user.
In addition, the deep learning frameworks have multiple data pre-processing implementations, resulting in challenges such as portability of training and inference workflows, and code maintainability. Data processing pipelines implemented using DALI are portable because they can easily be retargeted to TensorFlow, PyTorch, MXNet and PaddlePaddle.
For more details please check the latest DALI Documentation.
Release files for nvidia-dali-cuda120 2.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nvidia_dali_cuda120-2.3.0-py3-none-manylinux_2_28_x86_64.whl | Python 3 | none | Linux glibc 2.28+ x86-64 | Details |
| nvidia_dali_cuda120-2.3.0-py3-none-manylinux_2_28_aarch64.whl | Python 3 | none | Linux glibc 2.28+ ARM64 | Details |
Total release size: 699.7 MB
Release files / nvidia_dali_cuda120-2.3.0-py3-none-manylinux_2_28_x86_64.whl
| Download URL | nvidia_dali_cuda120-2.3.0-py3-none-manylinux_2_28_x86_64.whl |
|---|---|
| Size | 413.0 MB |
| Tags | Linux glibc 2.28+ x86-64 Python 3 |
|
SHA-256 checksum How to use checksums |
df5d30a956270a9447c5c39018f76677be14b95ebfbfbe0fd748e908a88ba19d
|
|
BLAKE2b-256 checksum How to use checksums |
0696dcb17d1d595b96cf0584a0b81c56297d30aa25b7da84f72ed3d93b8e9210
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / nvidia_dali_cuda120-2.3.0-py3-none-manylinux_2_28_aarch64.whl
| Download URL | nvidia_dali_cuda120-2.3.0-py3-none-manylinux_2_28_aarch64.whl |
|---|---|
| Size | 286.7 MB |
| Tags | Linux glibc 2.28+ ARM64 Python 3 |
|
SHA-256 checksum How to use checksums |
1a8b8bd7af36557e1705104a5c0377e9d1ac2a059677ced24514bbb9d456e0e8
|
|
BLAKE2b-256 checksum How to use checksums |
0b371035148b978b19f4939dc85893f166784db37489c0402cfad95fa06f5821
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|