Alex Cheema
Alex Cheema
fyi this is pretty much entirely a tinygrad project https://github.com/tinygrad/tinygrad it would be incredibly valuable to exo to have this though, which is why we are offering the $1,000 bounty...
> hey @AlexCheema , i have written some changes and also tested it using a unit testing file that i wrote . i just wanted to enquire , what is...
> thank you @geohot for the suggestion . using your advice , i was able to compile tinygrad to swift and save , pass it down the pipeline . however...
> Screen.Recording.2024-10-11.at.3.1.mp4 > > @AlexCheema I've developed a demo that demonstrates the compilation of TinyGrad models to Swift for Metal acceleration. The process involves three main steps: > > 1....
> WIP but I've been able to generate swift code by modifying ops_metal in tinygrad, this is [tinygrad's gpt2 example in swift](https://github.com/roryclear/gpt2-ios-swift/blob/main/gpt2-ios-swift/ViewController.swift) which uses [these kernels](https://github.com/roryclear/gpt2-ios-swift/blob/main/File.metal). The output tokens are...
I updated the initial instructions to be clearer. Since a few are working on this, the merged PR will receive the full 1000 USD bounty. The other submissions (provided they...
Great work @varshith15 would really like to see this through together with #200 - I want to see how viable it is for interoperability between different inference engines. This would...
Is this still in draft? @varshith15
Any update here @varshith15
Hey, is this AI generated? We don't accept AI generated PR's. This doesn't really achieve its intended purpose: calling `preload_model` in `main.py` doesn't really make sense since exo doesn't know...