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
Latest version according to Repology
Build time:  Feb 28, 2026, 02:39 AM in the task #408680
Category: Development/ML
Report package bug
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)

Maintainer: Nikita Shmatko

List of contributors:
Nikita Shmatko

ACL:
Nikita Shmatko
@everybody

    1. FP16-devel
    2. cmake
    3. eigen3-devel
    4. moodycamel-concurrentqueue-devel
    5. libgmp-devel
    6. libgomp-devel
    7. ninja-build
    8. nvidia-cuda-devel
    9. nvidia-cuda-devel-static
    10. nvidia-cudnn-frontend
    11. nvidia-cutlass-headers
    12. fxdiv-devel
    13. gcc-c++
    14. python3-module-jinja2
    15. python3-module-numpy
    16. python3-module-packaging
    17. python3-module-protobuf
    18. python3-module-pyproject-installer >= 0.4.0
    19. python3-module-pyyaml
    20. python3-module-requests
    21. python3-module-setuptools
    22. python3-module-six
    23. python3-module-typing_extensions
    24. python3-module-wheel
    25. libmpfr-devel
    26. libnccl-devel
    27. libnumpy-py3-devel
    28. rpm-build-python3
    29. libonnx-devel
    30. libpsimd-devel
    31. libpthreadpool-devel
    32. libcpuinfo-devel
    33. libcudnn-devel
    34. libsleef-devel
    35. valgrind-devel
    36. libfftw3-devel
    37. libfmt-devel

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.