Search Criteria
Package Details: python-torchsde 0.2.6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-torchsde.git (read-only, click to copy) |
---|---|
Package Base: | python-torchsde |
Description: | Differentiable SDE solvers with GPU support and efficient sensitivity analysis |
Upstream URL: | https://github.com/google-research/torchsde |
Licenses: | Apache-2.0 |
Submitter: | Henry-ZHR |
Maintainer: | Henry-ZHR |
Last Packager: | Henry-ZHR |
Votes: | 1 |
Popularity: | 0.011116 |
First Submitted: | 2023-01-04 03:05 (UTC) |
Last Updated: | 2025-06-18 13:38 (UTC) |
Dependencies (11)
- python (python37AUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-trampolineAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
PhotonX commented on 2025-06-18 16:09 (UTC)
Thanks for the quick fix, it builds without errors now!
Henry-ZHR commented on 2025-06-18 13:39 (UTC)
@PhotonX Fixed
PhotonX commented on 2025-06-17 19:26 (UTC)
Hi, I am trying to compile this as dependency for ComfyUI (https://github.com/comfyanonymous/ComfyUI). I get lots of failed tests, see https://pastebin.com/iqeJdBBs
I try to build in on a machine without CUDA capable hardware which might be the reason for the errors. But as far as I understand, ComfyUI is usable with CPU (though it is slow then) so I figure that the dependencies should build without CUDA hardware as well?