Search Criteria
Package Details: python-pytorch-mkl-cuda-git 1.3.1.r22820.1350b99de4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pytorch-git.git (read-only, click to copy) |
---|---|
Package Base: | python-pytorch-git |
Description: | Tensors and Dynamic neural networks in Python with strong GPU acceleration |
Upstream URL: | https://pytorch.org |
Licenses: | BSD |
Conflicts: | python-pytorch |
Provides: | python-pytorch, python-pytorch-cuda |
Submitter: | zsrkmyn |
Maintainer: | None |
Last Packager: | hottea |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-15 20:57 (UTC) |
Last Updated: | 2019-11-28 13:10 (UTC) |
Dependencies (28)
- cuda (cuda-11.0, cuda11.1)
- cudnn
- ffmpeg (ffmpeg-v4l2-request-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-libfdk_aac, ffmpeg-obs, ffmpeg-cuda, ffmpeg-mmal, ffmpeg-amd-full-git, ffmpeg-vulkan, ffmpeg-nocuda, ffmpeg-headless, ffmpeg-amd-full, ffmpeg-full, ffmpeg-decklink, ffmpeg-full-git)
- gflags (gflags-static, gflags-git)
- google-glog (google-glog-static, glog-git)
- leveldb
- lmdb (lmdb-git)
- magma
- nccl (nccl-git)
- opencv (opencv2, opencv-cuda)
- openmp (openmp-svn, openmp-nvptx)
- protobuf (protobuf-git)
- pybind11 (pybind11-git)
- python-future
- python-numpy (python-numpy-git, python-numpy-flame, python-numpy1.22, python-numpy-mkl-bin, python-numpy-openblas, python-numpy-mkl)
- python-yaml (python-yaml-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- zeromq (libxs, zeromq-git, zeromq-draft)
- cmake (cmake-git) (make)
- cuda (cuda-11.0, cuda11.1) (make)
- Show 8 more dependencies...
Required by (150)
- fairseq (requires python-pytorch)
- fairseq-git (requires python-pytorch)
- monailabel (requires python-pytorch)
- netron-cli (requires python-pytorch) (optional)
- nvidia-vpf (requires python-pytorch-cuda)
- nvidia-vpf-git (requires python-pytorch-cuda)
- python-apex-git (requires python-pytorch-cuda)
- python-basicsr (requires python-pytorch)
- python-basicsr-cuda (requires python-pytorch)
- python-botorch (requires python-pytorch)
- python-detectron2 (requires python-pytorch-cuda) (make)
- python-detectron2 (requires python-pytorch)
- python-detectron2-cuda (requires python-pytorch-cuda)
- python-detectron2-cuda (requires python-pytorch-cuda) (make)
- python-eagerpy-git (requires python-pytorch) (optional)
- python-easyocr (requires python-pytorch)
- python-easyocr-git (requires python-pytorch)
- python-effdet (requires python-pytorch)
- python-efficientnet-pytorch (requires python-pytorch)
- python-espnet-git (requires python-pytorch)
Latest Comments
belgium commented on 2022-05-16 14:20 (UTC)
Since a few days the git clone fails:
fatal: bad object refs/remotes/origin/clee2000/ignore-shard-1
trougnouf commented on 2021-12-20 21:38 (UTC) (edited on 2021-12-20 21:42 (UTC) by trougnouf)
I can't install and I don't understand how to resolve the conflict.
edit: removing python-pytorch-cuda first with
sudo pacman -Rd --nodeps python-pytorch-cuda
did it.jiangjiechu commented on 2021-07-01 08:14 (UTC)
@iago-lito Actually I didn't build pytorch from this aur but from the vallina source from github. As for the TORCH_CUDA_ARCH_LIST,the cmakefile can automatically detec,so remove this line and let the program decide. There might be another reason for the slow compiling issue. In Aten submodule a CMakeFile creates tons of ".AVX.cpp..AVX.cpp" file recursively(almost 40,000+),which not only slows down the build, but also yeilds multi-declaration error at link time. You have to carefully remove all the duplicates of these files in Aten folder and caffe2 folder.
iago-lito commented on 2021-06-30 09:11 (UTC)
@jiangjiechu Thank you :) It does compile now with
CC=gcc-10 CXX=g++-10 yay -S --editmenu python-pytorch-git
. Obviously it takes a very long time.. too long yesterday before I actually had to go home. I read the following line from the PKGBUILD:.. so I guess I could speedup the speedup the process by only keeping the good item in the above list, but how do I know which one to keep?
jiangjiechu commented on 2021-06-29 08:55 (UTC)
@iago-lito, seems that gcc 11.1.0 changes the implementation of _mm_storeu_si(),to change to gcc-10, simply use
CC=gcc-10 CXX=g++-10 python setup.py install
can build.iago-lito commented on 2021-06-29 08:22 (UTC)
@jiangjiechu Well, my
gcc --version
yieldsgcc (GCC) 11.1.0
. But I do have gcc 10 installed andgcc-10 --version
yieldsgcc-10 (Arch Linux 10.2.0-3) 10.2.0
. Do you think the package is invoking the wrong compiler? If yes, is that a packaging bug? How can I work around it?jiangjiechu commented on 2021-06-25 16:20 (UTC)
The problem is incompatibility of compiler gcc with XNNPACK,use gcc-10 can solve
iago-lito commented on 2021-06-17 13:51 (UTC)
Build failed today after
yay -S --needed python-pytorch-cuda-git
withruestique commented on 2020-07-30 14:38 (UTC)
and after again
ruestique commented on 2020-07-30 14:12 (UTC)
still having multiple sudo issue like this
cp: cannot create regular file 'pytorch-git/pytorch/.git/modules/third-party/cpuinfo/objects/pack/pack-3932b6e9b8a69893eddafdddbe1da7b17b17c4ea.idx': Permission denied
Iglu47 commented on 2020-07-14 23:05 (UTC) (edited on 2020-07-14 23:14 (UTC) by Iglu47)
impossible to install, conflicts with
tbb
libuv
zstd
packagesruestique commented on 2020-06-19 04:56 (UTC)
nah, caffe2 error again
it also won't cuda compile, as far i know it necessary for rocm work
ruestique commented on 2020-06-19 04:52 (UTC)
added sudo to all of cp commands, lets see
ruestique commented on 2020-06-19 04:49 (UTC)
here is another error, now it's complaining about permission
ruestique commented on 2020-06-17 22:33 (UTC)
trougnouf commented on 2018-10-20 14:08 (UTC)
I get some "gcc-5: error: unrecognized command line option ‘-fno-plt’"
zsrkmyn commented on 2017-10-27 15:15 (UTC)
petronny commented on 2017-10-03 07:07 (UTC)
ooxxcc commented on 2017-09-27 11:50 (UTC) (edited on 2017-09-27 11:51 (UTC) by ooxxcc)
petronny commented on 2017-09-17 06:49 (UTC)
petronny commented on 2017-09-04 08:05 (UTC)
petronny commented on 2017-04-10 14:34 (UTC) (edited on 2017-04-10 14:55 (UTC) by petronny)