Replies: 6 comments 3 replies
|
yes, Qwen3.8 27B is real powerful |
|
It is insane .... I did not expect 27b model could do that. |
|
Qwen3.8 27B performs quite well, close to Opus 4.6. The biggest drawback is that the chain‑of‑thought is overly verbose — after using it for a while and checking the token statistics, I found that the output tokens exceeded half of the input tokens. On consumer‑grade hardware, the speed isn't particularly fast either, making it too slow for complex model porting tasks. |
|
@mirek190 Amazing! Looks like the local setup is sufficient for porting small, edge-friendly models suggested by users. I’m curious how good it is at optimization. I’ve never really managed to get Codex to automatically find meaningful optimization opportunities It tends to get stuck on hair-splitting details. |




Uh oh!
There was an error while loading. Please reload this page.
I am shocked the small local model like Qwen 27b 3.8 was able to DO THAT.
Used PI agent + qwen 3.8 27b with cache Q8 with the MPT for increase speed , context 125k.
Qwen used over 3m tokens and was working over 4 hours ( MPT allowed to do that 2x faster )
BUT IS FULLY PORTED AND WORKING.
Generated audio
https://huggingface.co/mirek190/audio.cpp/blob/main/out/out.wav
reference
https://huggingface.co/mirek190/audio.cpp/blob/main/out/demo_1_man.wav
All reactions