diff options
Diffstat (limited to 'gnu/packages/machine-learning.scm')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 5fbdc453a18..3c5943961e7 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm | |||
| @@ -439,7 +439,7 @@ CTranslate2, which is a inference engine for transformer models.") | |||
| 439 | (build-system pyproject-build-system) | 439 | (build-system pyproject-build-system) |
| 440 | (propagated-inputs (list python-numpy python-scipy)) | 440 | (propagated-inputs (list python-numpy python-scipy)) |
| 441 | (inputs (list fasttext)) | 441 | (inputs (list fasttext)) |
| 442 | (native-inputs (list pybind11 python-setuptools python-wheel)))) | 442 | (native-inputs (list pybind11-2 python-setuptools python-wheel)))) |
| 443 | 443 | ||
| 444 | (define-public python-funsor | 444 | (define-public python-funsor |
| 445 | (package | 445 | (package |
| @@ -805,7 +805,7 @@ Learning usecases.") | |||
| 805 | (find-files (site-packages inputs outputs) "\\.so$"))))))) | 805 | (find-files (site-packages inputs outputs) "\\.so$"))))))) |
| 806 | (inputs (list eigen-for-python-ml-dtypes)) | 806 | (inputs (list eigen-for-python-ml-dtypes)) |
| 807 | (propagated-inputs (list python-numpy)) | 807 | (propagated-inputs (list python-numpy)) |
| 808 | (native-inputs (list pybind11 | 808 | (native-inputs (list pybind11-2 |
| 809 | python-absl-py | 809 | python-absl-py |
| 810 | python-pytest | 810 | python-pytest |
| 811 | python-setuptools)) | 811 | python-setuptools)) |
| @@ -2047,7 +2047,7 @@ parts of speech and entities, do syntactic analysis, and more.") | |||
| 2047 | (append | 2047 | (append |
| 2048 | (list cmake-minimal | 2048 | (list cmake-minimal |
| 2049 | googletest | 2049 | googletest |
| 2050 | pybind11 | 2050 | pybind11-2 |
| 2051 | python-fb-re2 | 2051 | python-fb-re2 |
| 2052 | python-parameterized | 2052 | python-parameterized |
| 2053 | python-pytest | 2053 | python-pytest |
| @@ -2135,7 +2135,7 @@ operators and standard data types.") | |||
| 2135 | (package-transitive-supported-systems pkg))) | 2135 | (package-transitive-supported-systems pkg))) |
| 2136 | (list python-nbval)))) | 2136 | (list python-nbval)))) |
| 2137 | (inputs | 2137 | (inputs |
| 2138 | (list onnx protobuf pybind11)) | 2138 | (list onnx protobuf pybind11-2)) |
| 2139 | (propagated-inputs | 2139 | (propagated-inputs |
| 2140 | (list python-numpy)) | 2140 | (list python-numpy)) |
| 2141 | (synopsis "Library to optimize ONNX models") | 2141 | (synopsis "Library to optimize ONNX models") |
| @@ -2257,7 +2257,7 @@ with a single function call.") | |||
| 2257 | nlohmann-json | 2257 | nlohmann-json |
| 2258 | onnx | 2258 | onnx |
| 2259 | protobuf | 2259 | protobuf |
| 2260 | pybind11 | 2260 | pybind11-2 |
| 2261 | re2-next | 2261 | re2-next |
| 2262 | safeint | 2262 | safeint |
| 2263 | zlib)) | 2263 | zlib)) |
| @@ -2426,7 +2426,7 @@ than 8 bits, and at the end only some significant 8 bits are kept.") | |||
| 2426 | libwebp | 2426 | libwebp |
| 2427 | libx11 | 2427 | libx11 |
| 2428 | openblas | 2428 | openblas |
| 2429 | pybind11 | 2429 | pybind11-2 |
| 2430 | zlib)) | 2430 | zlib)) |
| 2431 | (synopsis | 2431 | (synopsis |
| 2432 | "Toolkit for making machine learning and data analysis applications in | 2432 | "Toolkit for making machine learning and data analysis applications in |
| @@ -3791,7 +3791,7 @@ find_library(ML_DTYPES_LIBRARIES | |||
| 3791 | (native-inputs | 3791 | (native-inputs |
| 3792 | (list pkg-config | 3792 | (list pkg-config |
| 3793 | googletest | 3793 | googletest |
| 3794 | pybind11 | 3794 | pybind11-2 |
| 3795 | python-setuptools | 3795 | python-setuptools |
| 3796 | python-wrapper ;for its /bin | 3796 | python-wrapper ;for its /bin |
| 3797 | swig-4.0 | 3797 | swig-4.0 |
| @@ -4543,7 +4543,7 @@ multiplications and convolution library for server-side inference.") | |||
| 4543 | ;; There are no tests | 4543 | ;; There are no tests |
| 4544 | #:tests? #f)) | 4544 | #:tests? #f)) |
| 4545 | (inputs (list libuv)) | 4545 | (inputs (list libuv)) |
| 4546 | (native-inputs (list googletest pkg-config pybind11 libnop)) | 4546 | (native-inputs (list googletest pkg-config pybind11-2 libnop)) |
| 4547 | (home-page "https://github.com/pytorch/tensorpipe") | 4547 | (home-page "https://github.com/pytorch/tensorpipe") |
| 4548 | (synopsis "Tensor-aware point-to-point communication primitive for | 4548 | (synopsis "Tensor-aware point-to-point communication primitive for |
| 4549 | machine learning") | 4549 | machine learning") |
| @@ -5190,7 +5190,7 @@ PyTorch.") | |||
| 5190 | openssl ; for cpp-httplib | 5190 | openssl ; for cpp-httplib |
| 5191 | pthreadpool | 5191 | pthreadpool |
| 5192 | protobuf | 5192 | protobuf |
| 5193 | pybind11 | 5193 | pybind11-2 |
| 5194 | ;; qnnpack | 5194 | ;; qnnpack |
| 5195 | qnnpack-pytorch | 5195 | qnnpack-pytorch |
| 5196 | rdma-core | 5196 | rdma-core |
| @@ -5906,7 +5906,7 @@ implementations and an easy-to-use API to create custom metrics. It offers: | |||
| 5906 | python-pillow | 5906 | python-pillow |
| 5907 | python-pytorch)) | 5907 | python-pytorch)) |
| 5908 | (native-inputs | 5908 | (native-inputs |
| 5909 | (list pybind11 | 5909 | (list pybind11-2 |
| 5910 | python-pytest | 5910 | python-pytest |
| 5911 | python-setuptools | 5911 | python-setuptools |
| 5912 | python-wheel | 5912 | python-wheel |
| @@ -6186,7 +6186,7 @@ models on CPU and GPU.") | |||
| 6186 | (native-inputs (list ctranslate2 | 6186 | (native-inputs (list ctranslate2 |
| 6187 | python-setuptools | 6187 | python-setuptools |
| 6188 | python-wheel | 6188 | python-wheel |
| 6189 | pybind11 | 6189 | pybind11-2 |
| 6190 | python-pyyaml | 6190 | python-pyyaml |
| 6191 | python-numpy)))) | 6191 | python-numpy)))) |
| 6192 | 6192 | ||
| @@ -6324,7 +6324,7 @@ a Qt interface for Argos Translate.") | |||
| 6324 | (propagated-inputs | 6324 | (propagated-inputs |
| 6325 | (list python-numpy python-scikit-learn python-scipy)) | 6325 | (list python-numpy python-scikit-learn python-scipy)) |
| 6326 | (native-inputs | 6326 | (native-inputs |
| 6327 | (list pybind11 | 6327 | (list pybind11-2 |
| 6328 | python-pytest | 6328 | python-pytest |
| 6329 | python-setuptools | 6329 | python-setuptools |
| 6330 | python-setuptools-scm | 6330 | python-setuptools-scm |
| @@ -7120,7 +7120,7 @@ add_subdirectory[(][.][.]/[.][.]/dlib/external/pybind11 pybind11_build[)]") | |||
| 7120 | (list cmake-minimal | 7120 | (list cmake-minimal |
| 7121 | perl | 7121 | perl |
| 7122 | pkg-config | 7122 | pkg-config |
| 7123 | pybind11 | 7123 | pybind11-2 |
| 7124 | python-pytest | 7124 | python-pytest |
| 7125 | python-setuptools)))) | 7125 | python-setuptools)))) |
| 7126 | 7126 | ||
