mobile-appz

Results 28 comments of mobile-appz

> Is this 100% reproducible? Or only occasionally? > > What version of ARCL are you building against? Finding that this is 100% reproducible on iPhone SE on iOS 12....

I have just tested this and can confirm that this issue does not occur on the example app in the first release, 1.0, commit 4527709 on an iPhone SE running...

> That's good info. Are you familiar with `git bisect`? Now that you have one reproducible good commit and one reproducible bad commit, you can make git do the heavy...

> > That's good info. Are you familiar with `git bisect`? Now that you have one reproducible good commit and one reproducible bad commit, you can make git do the...

Thanks this worked well would be nice to see it added to the main repository

The demo app doesn't seem to be playing audio in the background by default when the app goes to the background or the phone is locked. Does something else have...

> The demo app doesn't seem to be playing audio in the background by default when the app goes to the background or the phone is locked. Does something else...

Have unsucessfully tried to run the swift LLM tool with this model: mlx-community/OpenELM-1_1B-Instruct-4bit It's now working in MLX core with the Python code. The output is impressive for the very...

> Right, we changed quantization in MLX core so now the embedding layer is quantized. We'll need to update Swift to do the same. Thanks for the info. I was...

At least 1 small model, that can run on an older iOS 17 compatible iPhone, without embedding layers quantized would be really useful for experimentation purposes. Thanks.