lmstudio-ai / lmstudio-ai/mlx-engine
🥲 Failed to load the model:- lfm2-vl-3b
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 133
- Avg merge
- 21h 6m
- Merged PRs (30d)
- 1
Description
model: **lfm2-vl-3b**
````
🥲 Failed to load the model
Failed to load model
Error when loading model: TypeError: Lfm2VlProcessor.__init__() missing 11 required positional arguments: 'downsample_factor', 'do_image_splitting', 'min_tiles', 'max_tiles', 'use_thumbnail', 'min_image_tokens', 'max_image_tokens', 'encoder_patch_size', 'tile_size', 'max_pixels_tolerance', and 'max_num_patches'
````
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure while loading the lfm2-vl-3b model and trace the Lfm2VlProcessor initialization that raises the missing-arguments error. Identify the relevant processor or model-loading entry point from that trace; done means lfm2-vl-3b loads successfully without the TypeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100