Léo

Results 6 issues of Léo

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it on a m1 pro macbook pro 2021 14", scrolling in zed still...

defect
performance
workspace

This is a temporary help for users encountering the "MTLLibrary is not formatted as a MetalLib file" bug. This bug occurs when users run tinygrad in a conda env. workarounds...

Hi, I saw nn::functional in the c++ torch docs but I can't find it here, any workaround ? (I'm porting a model which uses interpolate). edit: the model I'm porting...

having binary_ops defined on tensors is a problem, let me explain: in the original c library, we call add like this: ``` ggml_add(ctx0, tensor1, tensor2); ``` this creates the resulting...

currently trying to add examples to this lib, specifically https://github.com/ggerganov/ggml/blob/master/examples/mnist/main-cnn.cpp

metal not compiling successfully on conda is due to a wrong compile requestType. This can be fixed the following ways: - compile with a fairly recent libSystem.B.dylib - compiling a...