Léo
Léo
the two naive ways to solve this I can think of are the following: - add a last ctx param to every binary_op - implement ops on the context, instead...
After a week of thinking, maybe the dependent type part of this library should be dropped. This would allow us to easily follow ggml changes. We could only provide custom...
this worked for me https://github.com/PlasmaPower/nano-vanity/issues/16#issuecomment-764830421
this bug is related to conda, it only happens when you use conda's python. though I have no idea why. @ronaldoussoren if you want to reproduce it.
> > this bug is related to conda, it only happens when you use conda's python. though I have no idea why. @ronaldoussoren if you want to reproduce it. >...
You can track my debugging work at https://github.com/tinygrad/tinygrad/issues/2226
I'm currently adding it, I'll make a pr when done dw. I'd be happy to get feedback on my poorly written code if you find the time to read it...
also adding mnist example from ggml repo
fixes on apple silicon #2226
No, I looked for other ways but apple expects you not to use libraryDataContents and therefore store incomplete library data on some versions. The only way to do it properly...