Martin McGrath

Results 9 comments of Martin McGrath

Are you using something like [Mojolicious::Plugin::RenderCGI](https://metacpan.org/pod/Mojolicious::Plugin::RenderCGI), which has a dependency on [CGI](https://metacpan.org/dist/CGI/view/lib/CGI.pod)? I've used pp a lot in the past but never for Mojolicious apps, and don't think I ever...

Showing 272 changed files with 17,756 additions and 20,837 deletions. Are you sure? On Tue, 28 Jun 2022, 18:18 William Lindley, ***@***.***> wrote: > Indeed. Mea culpa. I believe I...

https support, and a having a default urllist pointing to an https site seems like a great thing to have. References: https://perlmonks.org/?node_id=11108980 https://rt.cpan.org/Public/Bug/Display.html?id=130819

Arrived here via [Phoenix10.1](https://github.com/pncnmnp/phoenix10.1). Some basic debugging shows a problem with pytorch: ``` marto@shemp:~/TTS $ gdb --args python /home/marto/.local/bin/tts GNU gdb (Debian 10.1-1.7) 10.1.90.20210103-git Copyright (C) 2021 Free Software Foundation,...

> Nice sleuthing. I know Q-Engineering has [instructions for building Pytorch](https://qengineering.eu/install-pytorch-on-raspberry-pi-4.html) on 64 bit bullesye on Pi4 but I thought a prebuilt wheel would suffice > > I'll follow this...

@mitchind that doesn't look like it has been updated since December, so this won't have been backported.

`pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu ` gets around the pytorch 'illegal instruction' problem, cloning TTS and installing from source threw some errors about dependency versions. You may need...

@mitchind as above clone the repo, edited requirements, potential numpy and numba version issues, and TTS built fine without issue.