Package python3-module-torch-cuda: Information
Default inline alert: Version in the repository: 2.10.0-alt2
Source package: python3-module-torch-cuda
Version: 2.10.0-alt1
Build time: Feb 28, 2026, 02:39 AM in the task #408680
Category: Development/ML
Report package bugHome page: https://pytorch.org/
License: BSD-3-Clause
Summary: Tensors and dynamic neural networks in Python with strong acceleration support (with CUDA support)
Description:
Tensors and dynamic neural networks in Python with strong acceleration support (with CUDA support). PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.
List of RPM packages built from this SRPM:
libtorch-cuda (x86_64)
libtorch-cuda-cpu (x86_64)
python3-module-torch-cuda (x86_64)
python3-module-torch-cuda-devel (x86_64)
libtorch-cuda (x86_64)
libtorch-cuda-cpu (x86_64)
python3-module-torch-cuda (x86_64)
python3-module-torch-cuda-devel (x86_64)
Maintainer: Nikita Shmatko
Last changed
Feb. 24, 2026 Nikita Shmatko 2.10.0-alt1
- Updated to 2.10.0 version. - Used bundled pybind11 insted of system. - Vendored cutlass files for examples used in build. - Minor specfile fixes.
Feb. 13, 2026 Nikita Shmatko 2.9.1-alt1
- Updated to version 2.9.1. - Enabled building with system-provided NVTX. - Dropped copying of valgrind headers, used system ones. - Updated package descriptions for libtorch and libtorch-cuda for clarity. - Relocated heavy .so files and their runtime deps to /usr/lib64, added symlinks in site-packages. - Renamed package to python3-module-torch-cuda and subpackages libtorch and libtorch-cuda to libtorch-cuda-cpu and libtorch-cuda.
Nov. 26, 2025 Nikita Shmatko 2.9.0-alt1
- Updated to version 2.9.0. - Removed leftover broken CUDA Toolkit dependency removals. - Switched to bundled Gloo instead of the system package. - Enabled usage of the system ONNX package.