Search Criteria
Package Details: python-paddlepaddle-cuda-git 2.2.1.r33234.8da9eff4e49-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-paddlepaddle-git.git (read-only, click to copy) |
---|---|
Package Base: | python-paddlepaddle-git |
Description: | PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (with CUDA) |
Upstream URL: | http://www.paddlepaddle.org |
Licenses: | Apache |
Conflicts: | python-paddlepaddle, python-paddlepaddle-cuda |
Provides: | python-paddlepaddle, python-paddlepaddle-cuda |
Submitter: | hottea |
Maintainer: | None |
Last Packager: | hottea |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-12-23 14:20 (UTC) |
Last Updated: | 2021-12-24 03:49 (UTC) |
Dependencies (22)
- blas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- cudnn
- nccl (nccl-gitAUR)
- python-astor (python-astor-gitAUR)
- python-decorator
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pillow (python-pillow-gitAUR)
- python-protobuf (python-protobuf-gitAUR)
- python-requests
- python-six
- cmake (cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (make)
- cudnn (make)
- git (git-gitAUR, git-glAUR) (make)
- nccl (nccl-gitAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- python-pip (make)
- python-setuptools (make)
- python-wheel (make)
- swig (swig-gitAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
Required by (2)
- python-deepxde (requires python-paddlepaddle) (optional)
- python-safetensors (requires python-paddlepaddle) (optional)
Latest Comments
hottea commented on 2022-01-27 15:23 (UTC)
@carlosal1015 You could check the here to find a repo where they provides build machine to build this pkg.
carlosal1015 commented on 2022-01-26 15:56 (UTC)
Well, if the package can be compiled without cuda, maybe an if-else filter can be used. Anyway, thank you very much for the explanation. Perhaps a PKGBUILD of more than 100 lines is not intuitive to modify for everyone.
hottea commented on 2021-12-24 01:16 (UTC)
This
PKGBUILD
buildspython-paddlepaddle-git
andpython-paddlepaddle-cuda-git
from the source. It takes about 2.5 hours to build it. To reduce the building time, you could adjust_CUDA_ARCH_LIST
. If you don't needpython-paddlepaddle-cuda-git
, you could comment out the cuda part. See also here if you'd like to buildpython-paddlepaddle
andpython-paddlepaddle-cuda
from the source.hottea commented on 2021-12-24 01:11 (UTC)
@carlosal1015 You don't have cuda installed? You could build a package in a clean chroot using this command:
carlosal1015 commented on 2021-12-23 15:23 (UTC)
Hi, I have the following message error: