Hi everyone. Just curious what sort of success folks have had running models over 100b parameters. Please limit your post to the model (if available) and your preferred method to running it. Model specific topics should be a new post. It may also be worthwhile mentioning what models you’re still struggling with.
Thank you for the post and for summarizing both your achievements and the areas that didn’t yield results. I’m very interested to see what kind of performance you’ve achieved and whether you’ve done any testing using ShareGPT_V3_unfiltered_cleaned_split.json.
Regarding Ollama these models run well and can tolerate a large context:
glm-4.7-flash:q8_0
granite4:32b-a9b-h (this seems to suffer a bit of brain-rot, but the big context is nice)
Here is the approach I used to get devstral-2-123b model running on my Ascent gx10 device. With speculative decoding, seeing that it is generating ~5 tokens per second. The ministral-3-3b reasoning model seems to be pulling its weight with draft acceptance rates generally >0.7. Without speculative decoding, inference is slower at ~2 tokens per second, but can accommodate full 262144 context with a 128 Gb memory constraint.
I’ve run GLM-4.7 with one Spark at 2.57 bpw quantization via exllamav3. Need to get some max context length and inference speed stats, then I’ll make a new post with the details.