David Koski
David Koski
The MLX errors are a curious mix of these. Clearly reading a `safetensors` file should `throw` an Error if the file is unreadable, etc. (and it does). Where does an...
> There are enough existing examples that in practice it's easy enough to find a workaround, but having a direct equivalent would reduce friction. Is there a reason this was...
That seems reasonable -- we can cross link the documentation between the two styles. Using `mlx_arange` may actually be a performance gain as it will probably initialize the array on...
@DePasqualeOrg looks like a swift-format failure.
``` Testing failed: 'asDataCopy' is inaccessible due to 'private' protection level Testing cancelled because the build failed. ``` this is from the `asMTLBuffer` -- I think we can just make...
I wonder if it is worth adding a circleci config to do the linux build?
> > I wonder if it is worth adding a circleci config to do the linux build? > > Let's do GitHub workflows -- let me check on this. >...