From: Stuart Henderson Subject: Re: Machine learning To: Frank Baster Cc: "ports@openbsd.org" Date: Wed, 17 Jul 2024 11:59:38 +0100 On 2024/07/17 09:50, Frank Baster wrote: > Is there any interest in machine learning ports for PyTorch / JAX / TensorFlow? I had a quick > look at mlpack but couldn't find support for recurrent neural networks. > > PyTorch looks like the most do-able. OpenBSD is probably not a great target for those, the GPU-based code seems to just be for Linux/Windows (and I think needs binary-only drivers). KANN would probably be a better fit to OpenBSD. It's CPU-only everywhere so we're not at such a disadvantage compared to other OS, and much lighter weight. There's no standalone port but fwiw it is used as part of rspamd via a vendored copy - indeed KANN upstream recommends that it's used that way.