Anthony

Results 110 comments of Anthony

I'm planning to do some extensive work on Swift MLX audio tooling and apps over the coming months, which I'll continue in my own repo: https://github.com/DePasqualeOrg/mlx-swift-audio I've preserved the commit...

@MojtabaHs, @gonzalezreal has already [said](https://github.com/gonzalezreal/NetworkImage/pull/33#issuecomment-2406685970) that he's working on his own solution for Swift 6 compatibility. However, I'm not sure how you would break this into separate commits. This PR...

I think the configs are now being created correctly, but I'm running into a lot of problems related to loading the model. I'm going to leave it here for now...

Thank you! As you can see, that's something I meant to follow up on once the model is working. Claude 4 Sonnet was convinced that it's not possible to write...

I added some complicated fixes for sanitization, which have resolved some but not all of the problems. These are probably not the right solution, since the sanitization in Python is...

@Blaizzy, can you help me understand what's going wrong with the weights sanitization here? Is this something that should already be handled during the conversion of the model to MLX...

I already updated this for https://github.com/Blaizzy/mlx-vlm/pull/398, but I see that today there were some significant [changes](https://github.com/Blaizzy/mlx-vlm/pull/405) in mlx-vlm. I'll wait for the Python implementation to stabilize before proceeding here.

Thank you! It looks like the 4-bit quantized model is now loading, and I get this error: `Shapes (1,8) and (1,32) cannot be broadcast.` I will wait until @Blaizzy confirms...

I'll wait for the Gemma team to fix the remaining issues, but also there are at least two other efforts to port this model that I'm aware of. I think...

Any update on this? When building my app for Mac Catalyst, I get the following error: ```While building for Mac Catalyst, no library for this platform was found in '/Users//Library/Developer/Xcode/DerivedData//SourcePackages/artifacts/webrtc/WebRTC/WebRTC.xcframework'.```