Big day for open source Chinese model releases - DeepSeek-v3-0324 came out today too, an updated version of DeepSeek v3 now under an MIT license (previously it was a custom DeepSeek license). https://simonwillison.net/2025/Mar/24/deepseek/
it seems that this free version "may use your prompts and completions to train new models" https://openrouter.ai/deepseek/deepseek-chat-v3-0324:free do you think this needs attention?
Qwen2.5-VL-32B: Smarter and Lighter
251–260 of 303 posts
Re: Qwen2.5-VL-32B: Smarter and Lighter
#252We were using Llama vision 3.2 a few months back and were very frustrated with it (both in term of speed and results quality). Some day we were looking for alternatives on Hugging Face and eventually stumbled upon Qwen. The difference in accuracy and speed absolutely blew our mind. We ask it to find something in an image and we get a response in like half a second with a 4090 and it's most of the time correct. What's…
Ever since I switched to Qwen as my go to, it's been a bliss. They have a model for many (if not all) cases. No more daily quota! And you get to use their massive context window (1M tokens).
Re: Qwen2.5-VL-32B: Smarter and Lighter
#253Earlier quoted context omitted.
You don't need 16-bit quantization. The difference in accuracy from 8-bit in most models is less than 5%.
Even 4-bit is fine. To be more precise, it's not that there's no decrease in quality, it's that with the RAM savings you can fit a much better model. E.g. with LLaMA, if you start with 70b and increasingly quantize, you'll still get considerably better performance at 3 bit than LLaMA 33b running at 8bit.
Re: Qwen2.5-VL-32B: Smarter and Lighter
#254Earlier quoted context omitted.
Pretty soon I won't be using any American models. It'll be a 100% Chinese open source stack. The foundation model companies are screwed. Only shovel makers (Nvidia, infra companies) and product companies are going to win.
I still don't get where the money for new open source models is going to come from once setting investor dollars on fire is no longer a viable business model. Does anyone seriously expect companies to keep buying and running thousands of ungodly expensive GPUs, plus whatever they spend on human workers to do labelling/tuning, and then giving away the spoils for free, forever?
Re: Qwen2.5-VL-32B: Smarter and Lighter
#25532B is one of my favourite model sizes at this point - large enough to be extremely capable (generally equivalent to GPT-4 March 2023 level performance, which is when LLMs first got really useful) but small enough you can run them on a single GPU or a reasonably well specced Mac laptop (32GB or more).
Re: Qwen2.5-VL-32B: Smarter and Lighter
#256Earlier quoted context omitted.
Pretty soon I won't be using any American models. It'll be a 100% Chinese open source stack. The foundation model companies are screwed. Only shovel makers (Nvidia, infra companies) and product companies are going to win.
I still don't get where the money for new open source models is going to come from once setting investor dollars on fire is no longer a viable business model. Does anyone seriously expect companies to keep buying and running thousands of ungodly expensive GPUs, plus whatever they spend on human workers to do labelling/tuning, and then giving away the spoils for free, forever?
So for them this is a case of insurance and hedging risks, not profit making.
Re: Qwen2.5-VL-32B: Smarter and Lighter
#257Does anyone know how making the models multimodal impacts their text capabilities? The article is claiming this achieves good performance on pure text as well, but I'm curious if there is any analysis on how much impact it usually has. I've seen some people claim it should make the models better at text, but I find that a little difficult to believe without data.
The same applies to humans. Imagine a human who's only life involved reading books in a dark room, vs one who could see images vs one who can actually interact.
Re: Qwen2.5-VL-32B: Smarter and Lighter
#258Earlier quoted context omitted.
Money from the Chinese defense budget? Everyone using these models undercuts US companies. Eventually China wins.
Shoot, didn’t know downloading Llama and running it locally was helping China because I’m not paying Sam Altman money. Can I send him my bank account info directly? I need to help the cause.
You can. Ask your friendly local IRS.
Re: Qwen2.5-VL-32B: Smarter and Lighter
#259Re: Qwen2.5-VL-32B: Smarter and Lighter
#260This model is available for MLX now, in various different sizes. I ran https://huggingface.co/mlx-community/Qwen2.5-VL-32B-Instruct... using uv (so no need to install libraries first) and https://github.com/Blaizzy/mlx-vlm like this: uv run --with 'numpy That downloaded an ~18GB model and gave me a VERY impressive result, shown at the bottom here: https://simonwillison.net/2025/Mar/24/qwen25-vl-32b/
Does quantised MLX support vision though? Is UV the best way to run it?