mbox series

[bug#63621,0/6] Add PyTorch-related statistics libraries.

Message ID 20230521025911.1278475-1-monego@posteo.net
Headers show
Series Add PyTorch-related statistics libraries. | expand

Message

Vinicius Monego May 21, 2023, 2:59 a.m. UTC
This patchset adds gpytorch, botorch and Ax.

Vinicius Monego (6):
  gnu: Add python-linear-operator.
  gnu: Add python-gpytorch.
  gnu: python-pyro-ppl: Update to 1.8.4.
  gnu: Add python-botorch.
  gnu: Add python-yappi.
  gnu: Add python-ax-platform.

 gnu/packages/machine-learning.scm | 134 +++++++++++++++++++++++++++++-
 gnu/packages/python-xyz.scm       |  24 ++++++
 2 files changed, 156 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès Aug. 7, 2023, 2:06 p.m. UTC | #1
Hi Vinicius,

Vinicius Monego <monego@posteo.net> skribis:

> This patchset adds gpytorch, botorch and Ax.
>
> Vinicius Monego (6):
>   gnu: Add python-linear-operator.
>   gnu: Add python-gpytorch.
>   gnu: python-pyro-ppl: Update to 1.8.4.
>   gnu: Add python-botorch.
>   gnu: Add python-yappi.
>   gnu: Add python-ax-platform.

<https://qa.guix.gnu.org/issue/63621> currently says “Yet to process
revision” (perhaps erroneously) but the patch set LGTM, so if the
dependent of python-pyto-ppl still builds fine, I think you can push.

Thanks,
Ludo’.
Ludovic Courtès Aug. 21, 2023, 1:03 p.m. UTC | #2
Hi!

Friendly reminder.  :-)

Ludovic Courtès <ludo@gnu.org> skribis:

> Hi Vinicius,
>
> Vinicius Monego <monego@posteo.net> skribis:
>
>> This patchset adds gpytorch, botorch and Ax.
>>
>> Vinicius Monego (6):
>>   gnu: Add python-linear-operator.
>>   gnu: Add python-gpytorch.
>>   gnu: python-pyro-ppl: Update to 1.8.4.
>>   gnu: Add python-botorch.
>>   gnu: Add python-yappi.
>>   gnu: Add python-ax-platform.
>
> <https://qa.guix.gnu.org/issue/63621> currently says “Yet to process
> revision” (perhaps erroneously) but the patch set LGTM, so if the
> dependent of python-pyto-ppl still builds fine, I think you can push.
>
> Thanks,
> Ludo’.
Vinicius Monego Aug. 24, 2023, 2:25 a.m. UTC | #3
Em seg, 2023-08-21 às 15:03 +0200, Ludovic Courtès escreveu:
> Hi!
> 
> Friendly reminder.  :-)

Hi Ludo,

Could you take another look at https://issues.guix.gnu.org/63980? It
doesn't feel right to delete sanity checks in this series or having to
work around it because of typeguard.

I updated the packages to their latest version and had to introduce a
new package (python-jaxtyping). But now some tests are failing in
gpytorch, so I'm taking a look at that.

Vinicius