logoalt Hacker News

martinaldyesterday at 1:30 PM3 repliesview on HN

FYI: nothing seems to be able to run this (easily) yet. llama.cpp, vllm etc I couldn't get working because of no support in the mainline version.


Replies

kzrdudeyesterday at 1:46 PM

They are giving pointers to how to run it now using for example https://recipes.vllm.ai/Qwen/Qwen3.8-Flash-Next (and an especially provided vllm release).

show 1 reply
flounder3yesterday at 7:33 PM

Relevant PR: https://github.com/ggml-org/llama.cpp/pull/27742

This branch works now: https://github.com/unslothai/llama.cpp/tree/qwen4exp/qwen3.8...

  cmake -B build -DGGML_CUDA=ON
or

  cmake -B build -DGGML_METAL=ON
then

  cmake --build build --config Release -j --target llama-server llama-cli
a_humeanyesterday at 2:10 PM

Probably going to take a 1-3 days for support to land in llama.cpp and vllm.