You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor package naming: move from flavor-based names to version-based dev differentiation
- Previously, weekly/nightly builds were differentiated by flavor suffix in the
package name (e.g., nvidia-dali-weekly-cuda*, nvidia-dali-nightly-cuda*).
This change moves to a unified naming schema where:
- Package names are consistent regardless of build type (nvidia-dali-cuda*)
- Dev builds are differentiated by .dev{TIMESTAMP} suffix in version number
- Stable and dev packages share the same package name, distinguished only by version
- Removes DALI_FLAVOR_MINUS variable from CMakeLists.txt files
- Updates package names to remove flavor suffix:
- nvidia-dali-cuda* (was nvidia-dali-{flavor}-cuda*)
- nvidia-dali-tf-plugin-cuda* (was nvidia-dali-tf-plugin-{flavor}-cuda*)
- nvidia-dali-{plugin} (was nvidia-dali-{plugin}-{flavor})
- Standardizes dev version format: use .dev{TIMESTAMP} instead of .{TIMESTAMP}
- Updates install_requires in TF plugin to match new naming schema
- Updates installation documentation to explain new distribution method:
- Documents new unified package naming with .dev{TIMESTAMP} version suffix
- Explains use of --pre flag for installing dev builds
- Adds legacy distribution section for pre-1.53 builds
- Clarifies nightly vs weekly build schedule and availability
Signed-off-by: Janusz Lisiecki <[email protected]>
0 commit comments