Earlier quoted context omitted.
> 96GB of weights. You won't be able to run this on your home GPU. This seems like a non-sequitur. Doesn't MoE select an expert for each token? Presumably, the same expert would frequently be selected for a number of tokens in a row. At that point, you're only running a 7B model, which will easily fit on a GPU. It will be slower when "swapping" experts if you can't fit them all into VRAM at the same time, but it shou…
Someone smarter will probably correct me, but I don’t think that is how MoE works. With MoE, a feed-forward network assesses the tokens and selects the best two of eight experts to generate the next token. The choice of experts can change with each new token. For example, let’s say you have two experts that are really good at answering physics questions. For some of the generation, those two will be selected. But lat…
Mistral "Mixtral" 8x7B 32k model [magnet]
51–60 of 255 posts
Re: Mistral "Mixtral" 8x7B 32k model [magnet]
#52Earlier quoted context omitted.
You can, wait for a 4-bit quantized version
I only have a RTX 3070 with 8GB VRam. It can run quantized 7B models well, but this is 8 x 7B. Maybe an RTX 3090 with 24GB VRAM can do it.
Its theoretically doable, with quantization from the recent 2 bit quant paper and a custom implementation (in exllamav2?)
EDIT: Actually the download is much smaller than 8x7B. Not sure how, but its sized more like a 30B, perfect for a 3090. Very interesting.
Re: Mistral "Mixtral" 8x7B 32k model [magnet]
#53multimodal? 32k context is pretty impressive, curious to test instructability
Re: Mistral "Mixtral" 8x7B 32k model [magnet]
#54Re: Mistral "Mixtral" 8x7B 32k model [magnet]
#55Do you need some fancy announcement? let's do it the 90s way: https://twitter.com/erhartford/status/1733159666417545641/ph...
Re: Mistral "Mixtral" 8x7B 32k model [magnet]
#56Earlier quoted context omitted.
You can, wait for a 4-bit quantized version
I only have a RTX 3070 with 8GB VRam. It can run quantized 7B models well, but this is 8 x 7B. Maybe an RTX 3090 with 24GB VRAM can do it.
It would probably fit in 32GB at 4-bit but probably won’t run with sensible quantization/perf on a 3090/4090 without other tricks like offloading. Depending on how likely the same experts are to be chosen for multiple sequential tokens, offloading experts may be viable.
Re: Mistral "Mixtral" 8x7B 32k model [magnet]
#57https://huggingface.co/fblgit/una-xaberius-34b-v1beta
https://huggingface.co/fblgit/una-cybertron-7b-v2-bf16
I mention this because it could theoretically be applied to Mistral Moe. If the uplift is the same as regular Mistral 7B, and Mistral Moe is good, the end result is a scary good model.
This might be an inflection point where desktop-runnable OSS is really breathing down GPT-4's neck.
Re: Mistral "Mixtral" 8x7B 32k model [magnet]
#58Earlier quoted context omitted.
> Presumably, the same expert would frequently be selected for a number of tokens in a row In other words, assuming you ask a coding question and there's a coding expert in the mix, it would answer it completely.
yes I read that. do you think it's reasonable to assume that the same expert will be selected so consistently that model swapping times won't dominate total runtime?
Re: Mistral "Mixtral" 8x7B 32k model [magnet]
#59ChatGPT 4 is amazing yes and i've been a day 1 subscriber, but it's huge, runs on server farms far away and is more or less a black box.
Mistral is tiny, and amazingly coherent and useful for it's size for both general questions and code, uncensored, and a leap i wouldn't have believed possible in just a year.
I can run it on my Macbook Air at 12tkps, can't wait to try this on my desktop.
Re: Mistral "Mixtral" 8x7B 32k model [magnet]
#60Earlier quoted context omitted.
You can, wait for a 4-bit quantized version
I only have a RTX 3070 with 8GB VRam. It can run quantized 7B models well, but this is 8 x 7B. Maybe an RTX 3090 with 24GB VRAM can do it.