Jim Wallace
Jim Wallace
A noteworthy development in the Apple ecosystem: https://github.com/ml-explore/mlx
MLX Swift: https://swift.org/blog/mlx-swift/
> MLX hews very closely to python/numpy-style for arrays, which is what the ML community is used to, but not necessarily what a more general-purpose library wants to have. There's...
Thanks for this wonderful package – I just wanted to drop in to +1 the request for ZSTD
What's the reason for not including both variadic and Sequence versions? Seems like both might be useful (though I'd agree that the free function that takes a Sequence is what...
That makes sense, but isn’t the Variadic form strictly more useful than the binary form? I’d take Variadic over binary as an API consumer. This is probably a lot of...