C++ Programmer
- 0 Posts
- 5 Comments
Joined 1 year ago
Cake day: March 9th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Brett@programming.devto
Technology@lemmy.world•Generative AI Is an Engineering Disaster. A shockingly inefficient trillion-dollar project.English
4·2 months agoIs that quantized? 4 bit Qwen 3.6 can get 22tps on a 1060.
Brett@programming.devto
Fediverse@lemmy.world•Lemmy instance post visibility rankingsEnglish
2·4 months agoSaved. Awesome stuff 🥕
Brett@programming.devto
Fediverse@lemmy.world•Lemmy instance post visibility rankingsEnglish
6·4 months agoThis is a fantastic post. I am very happy to have seen it tonight.


What are you using to run the model? Llama.cpp will automatically split the model between your system ram and graphics card’s vram.
Qwen 3.6 is a mixture of experts model with only 3B parameters active at a time. Even without quantization your card could easily run that.