正在加载视频...
视频加载失败
Hunyuan-Large by Tencent is a 389B param MOE (52B active). It's the largest open-weights MOE. In some benchmarks it exceeds Llama 3.1 405B. With MLX's new 3-bit quant it just barely fits on a single 192GB M2 Ultra! And runs at a very decent >15 toks/sec:
64,939 次观看 • 1 年前 •via X (Twitter)
11 条评论

- Running it requires setting some sysctls. See the documentation here: - 3-bit model is in the HF MLX Community: - Sample command: `mlx_lm.generate --model mlx-community/Hunyuan-A52B-Instruct-3bit --prompt "Write a story about Einstein in English." -m 128 --system-prompt "You are a helpful AI assistant" --eos-token "<|eos|>"`

Thanks to @cognitivecompai for making the safetensors versions!

Its not even close to being the largest, Switch Transformers (2022) is 1.6T

@alexocheema video incoming

Oh wow! 😮

🤯

is there any publicly avail inference to try this out?

hmmm.. 3-bit quant you say? 👀how's the performance drop vs 4 or 8 bit?

Tencent = Hacking your machine DO NOT INSTALL

Can you run nemotron 340b with mlx on that type of machine?

It will fit in RAM in 3-bit.. but it will be a lot slower than the MOE. Something like 4-5x slower (so ~3 toks/sec).
