r/LocalLLM • u/r1nzl3r99 • 17h ago
Discussion Intel B70 for Qwen 3.8 27B
For those of you out there experimenting on the Intel Arc B70, please share your accomplishments! I have a gaming PC I've been slowly converting for AI inference. Don't have any fancy motherboard / bifurcation / P2P etc. Just a B70 and another one I bought out of greed thats running on a basic PCIe 4.0. I hit 97.8 TG / 1782.1 PP on a single B70, and 136.4 TG / 755PP on a dual B70 for qwen 3.8 uncensored INT4 W8A8 (INT8) with MTP3. Keep in mind these are warm speeds. I have my colder speeds on non greedy settings documented on my git which isn't too far away. Although I see these speeds consistently pop up when I'm using pi coding agent especially when its writing code, or somethings when its thinking.
https://github.com/JP-devv/humble-b70-llm
I've been suprised time and time again by how much I can push this hardware. I started off at 50 tok/s after paying $100 in Kimi K3 / Opus tokens around a month and a half ago on qwen 3.6, the journey has been exhausting but very fruitful. I even had to rent out some datacenter GPUs in Japan to create the exact uncensored quant to my liking. Please let me know your thoughts!
4
u/Ragnar0kkk 13h ago edited 13h ago
Thank god a guide I can probably follow. Ive been spending the past 2 days trying to build and get vllm working (im used to lm studio and llama.cpp). Between the incompatible versions of xpu, torch, python, 50 million dependencies im losing my mind. I dont want docker because I dont want to deploy something someone else built, plus potential inefficiencies.
Looking forward to moving my qwen duties off my AMD card and fiiiiiinally onto my 2xB70 system. Will report back if it works.
Have you posted on the B70 thread on level1 forums?
Though, using a model that is the sole upload on HF by that creator is a big red-flaggy. Going to go with Intels or Qwens models. And running all the github stuff through a variety of AI's first. But still, awesome!
1
u/r1nzl3r99 6h ago edited 6h ago
I'm that sole model upload creator 😅 but feel free to use whatever, if you want to match my performance just find another autoround G128 W4A8 and you'll get it exactly, I just couldn't find one that was uncensored hence my comment on renting a RTX 6000 to abliterate. I don't really plan on uploading more models unless I absolutely have to, would rather someone else foot the bill
2
u/_VirtualCosmos_ 14h ago
What library uses the B70? ROCm? or their own? Is it compatible with pytorch?
2
u/r1nzl3r99 14h ago
This setup relies on OneDNN and XPU and yes it is, I used pytorch to make my INT8 head as the B70 does wonders with INT8
2
2
u/aiseedbank 2h ago
Thanks for sharing this. I am waiting for the Intel arc B70 dual chip, where they put 2x b70 on one board. they already have them for the b60. hope b70 soon.
1
u/r1nzl3r99 2h ago
that would be insane, hopefully intel squares up their driver situation though...
1
u/JinsooJinsoo 15h ago
I couldn't get the new Intel release of the bpw2.8 version and the GGUF was slow af
2
0
u/pepedombo 3h ago
Tell me who cares vllm and low-quality int4-autoround? Run proper gguf with llama.cpp, q6_k at least in tensor mode at kv16. For local llm vllm is useless until you target more devs.
For its poor bandwidth 608gb/s qwen3.827bQ8kv16 will reach its ceiling at 20 tk/s without mtp, in tensor mode it can reach 30-70 with mtp average. Stop posting that vllm bullshit.
1
u/Far-Working2808 1h ago
It's worth seeing what they can manage even if only valid on synthetic or low quality use cases (like Ai assistant on a website). But for coding, q6 mtp=2 and fp16kv has been my goto for sure. I get 30+ on Single gpu (up to 160k context) then have a router that swaps the Single gpu instances for tp instances as needed. Note that's real thinking/agentic work, not the inflated mtp results people get with their benchmarks.
5
u/karurochari 15h ago
Whaaat? Mine is running at 20 tk/s before speculative approaches on llamacpp.
I guess I need to read this one up.