Search Criteria
Package Details: python-pytorch-mkl-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 (with MKL-DNN) |
Upstream URL: | https://pytorch.org |
Licenses: | BSD |
Conflicts: | python-pytorch |
Provides: | python-pytorch |
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 (24)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-mmal, ffmpeg-nocuda, ffmpeg-cuda, ffmpeg-decklink, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-libfdk_aac, ffmpeg-gpl-bin, ffmpeg-full-git, ffmpeg-jxl, ffmpeg-headless, ffmpeg-mpp, ffmpeg-obs, ffmpeg-full, ffmpeg-v4l2-request-git)
- gflags (gflags-static, gflags-git)
- google-glog (google-glog-static, glog-git)
- leveldb (leveldb-git)
- lmdb (lmdb-git)
- opencv (opencv2, opencv-cuda)
- openmp (openmp-svn, openmp-nvptx)
- protobuf (protobuf-git)
- pybind11 (pybind11-git)
- python-future
- python-numpy (python-numpy-git, python-numpy1.22, python-numpy-openblas, python-numpy-mkl-bin, python-numpy-mkl, python-numpy-flame)
- python-yaml (python-yaml-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- zeromq (zeromq-git, zeromq-draft)
- cmake (cmake-git) (make)
- cuda (cuda-11.0, cuda11.1) (make)
- cudnn (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- magma (make)
- Show 4 more dependencies...
Required by (155)
- fairseq (requires python-pytorch)
- fairseq-git (requires python-pytorch)
- manga-ocr-git (requires python-pytorch)
- mitsuba3-git (requires python-pytorch)
- monailabel (requires python-pytorch)
- netron (requires python-pytorch) (optional)
- netron-cli (requires python-pytorch) (optional)
- python-assistant (requires python-pytorch)
- python-basicsr (requires python-pytorch)
- python-basicsr-cuda (requires python-pytorch)
- python-botorch (requires python-pytorch)
- python-catalyst (requires python-pytorch)
- python-clean-fid-git (requires python-pytorch)
- python-coqui-trainer (requires python-pytorch)
- python-d2l (requires python-pytorch) (optional)
- python-datasets (requires python-pytorch) (optional)
- python-deepmultilingualpunctuation (requires python-pytorch)
- python-detectron2 (requires python-pytorch)
- python-eagerpy-git (requires python-pytorch) (optional)
- python-easyocr (requires python-pytorch)
- Show 135 more...
Latest Comments
1 2 3 Next › Last »
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
1 2 3 Next › Last »