Package Details: python-pytorch-rocm-bin 2.3.0-2

Git Clone URL: https://aur.archlinux.org/python-pytorch-rocm-bin.git (read-only, click to copy)
Package Base: python-pytorch-rocm-bin
Description: Tensors and Dynamic neural networks in Python with strong GPU acceleration (binary release)
Upstream URL: https://pytorch.org
Licenses: BSD
Conflicts: python-pytorch
Provides: python-pytorch, python-pytorch-rocm
Submitter: trougnouf
Maintainer: trougnouf
Last Packager: trougnouf
Votes: 0
Popularity: 0.000000
First Submitted: 2024-04-30 18:56 (UTC)
Last Updated: 2024-05-02 14:09 (UTC)

Required by (219)

Sources (1)

Latest Comments

dreieck commented on 2025-01-11 15:56 (UTC)

If possible, please remove the dependency on python-furure/ make the package working without python-future:

WARNING: python-future package is not compatible with Python 3.13

The python-future project was created in 2013 to attempt to save Python from the schism of version incompatibility that was threatening to tear apart the language (as Perl 6 contributed to the death of Perl).

That time is now past. Thanks to a huge porting effort across the Python community, Python 3 eventually thrived. Python 2 reached its end of life in 2020 and the python-future package should no longer be necessary. Use it to help with porting legacy code to Python 3 but don’t depend on it for new code.

If you use packages that depend on it, please contact maintainers and/or upstream of these packages and try to work out whether this dependency is really needed.

Regards and thanks for this package!

FabioLolix commented on 2024-04-30 19:26 (UTC)

I see thanks

trougnouf commented on 2024-04-30 19:25 (UTC) (edited on 2024-04-30 19:26 (UTC) by trougnouf)

This is the same binary you would get from https://pytorch.org/ (pip3 install torch --index-url https://download.pytorch.org/whl/rocm6.0) and it seems to be working while there are some issues with the official package which is built from source ( https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/issues/13 , https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/issues/10 )

FabioLolix commented on 2024-04-30 19:22 (UTC)

Hello, python-pytorch-rocm already exist https://archlinux.org/packages/extra-testing/x86_64/python-pytorch-rocm/, what is the difference?