Joana Levtcheva

Results 13 comments of Joana Levtcheva

> Hey guys, I don't maintain this library anymore. In fact, I would even advise not to use it as I never really got around to implementing proper test coverage...

Has anyone tested the current proposed changes on iOS? I get a new error now: ``` Offline mode error: Repository not available locally ```

I just tested the version with `cachesDirectory` and it's working.

I see the processor is the one from Gemma 3. I suppose (if I am not missing any details) that means if the conversion is done with mlx-vlm instead of...

Hi guys, if I convert the model myself I have no problem running it, but when I download and run the updated models I am getting this error: ``` ValueError:...

I found one working example for mlx-vlm as well, I believe the model is just quite unstable in terms of this task. In this successful case it returns two segmentations...

Here is the mlx example which is working, including plotting the masks on top of the images: https://github.com/JoeJoe1313/LLMs-Journey/blob/main/VLMs/paligemma_segmentation_mlx.py. The prompt is `"segment left wheel ; right wheel"` I don't have...

From what I understand these models are very sensitive to the prompt formatting, and the 448-3B-bf16 and 448-10B-8bit seem to be just not powerful enough for the task of segmenting...

Hello, I noticed the same behaviour today as well. Before that everything was working as expected. I think the problem is with the requirement `transformers>=4.49.0`.

FYI, https://github.com/huggingface/transformers/issues/36193 and https://github.com/Blaizzy/mlx-vlm/issues/211