onnxruntime
6a517f55 - Add explicit CUDA version suffix to GPU release artifacts (#28691)

Commit
62 days ago
Add explicit CUDA version suffix to GPU release artifacts (#28691) ### Description For ORT 1.27, GPU release artifacts (zip/tgz) now include an explicit CUDA major version suffix to distinguish between CUDA 12 and CUDA 13 builds. **Before:** `onnxruntime-linux-x64-gpu-1.27.0.tgz`, `onnxruntime-win-x64-gpu-1.27.0.zip` **After:** `onnxruntime-linux-x64-gpu_cuda12-1.27.0.tgz`, `onnxruntime-win-x64-gpu_cuda13-1.27.0.tgz`, etc. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> --------- Co-authored-by: Kusuma Padma Kavya Bandi <kusbandi@microsoft.com>
Author
Parents
Loading