Aditya Dhulipala
Aditya Dhulipala
I read somewhere about that trick too (attaching USB cable).. Not really sure how that would work... I did try it out though ... didn't work either
Seems like I need to use python 3.9 or newer? https://stackoverflow.com/questions/41535881/how-do-i-upgrade-to-python-3-6-with-conda I upgraded my python env and that got sufficed for me. I'll leave this issue open for mlx owners...
Ahh I see! I didn’t think about that. Thanks for the review @angeloskath I suppose we could modify this PR to merge in a Python form one as a first...
Ah yes that makes sense. I should add the Python api that matches the cpp api for pinv(). I haven’t gotten around to it. Thank you for taking a look...
I made a few updates. Still gotta figure out how to fix the cpp op where svd(A) returns u, s, vt where u has same dims as A (when rectangular)....
Hi @awni yes I will update this one. I am running into an issue where I haven't figured out how to allocate the rectangular array for the output/result array before...
@awni do you think it’s better to close this PR and reopen against a newer mainline commit? Happy to do so if it helps keep your PR todo list clean
I'll keep it open for now. I'll close and re-open if it gets too far behind significantly -- for now these changes are additive; so that's not a risk. It...
Made some progress. Need to fix a few more things.
I am suspecting there's something I need to figure out with how im using `mx.linalg.svd(A)` or rather in cpp `svd_imp()` and then the matmuls for getting the pinv Im seeing...