DeepCoder: An Fully Open-Source 14B Coder at O3-Mini Level
pretty-radio-b75.notion.site
DeepCoder: An Fully Open-Source 14B Coder at O3-Mini Level
1–7 of 7 posts
Re: DeepCoder: An Fully Open-Source 14B Coder at O3-Mini Level
#2Re: DeepCoder: An Fully Open-Source 14B Coder at O3-Mini Level
#3Re: DeepCoder: An Fully Open-Source 14B Coder at O3-Mini Level
#4What sort of hardware is needed to run a model like this at a vaguely useful speed?
Re: DeepCoder: An Fully Open-Source 14B Coder at O3-Mini Level
#5What sort of hardware is needed to run a model like this at a vaguely useful speed?
Depends on what you consider vaguely useful, but any modern GPU which can fit the weights at a reasonable quantization (so, 16+ GB, maybe 12 in a pinch) will probably be tolerable. Bare minimum is probably ~3060 12GB.
Re: DeepCoder: An Fully Open-Source 14B Coder at O3-Mini Level
#6Earlier quoted context omitted.
Depends on what you consider vaguely useful, but any modern GPU which can fit the weights at a reasonable quantization (so, 16+ GB, maybe 12 in a pinch) will probably be tolerable. Bare minimum is probably ~3060 12GB.
Thanks! So this could actually be worth running on a mid-specced recentish Mac laptop?
Re: DeepCoder: An Fully Open-Source 14B Coder at O3-Mini Level
#7Earlier quoted context omitted.
Thanks! So this could actually be worth running on a mid-specced recentish Mac laptop?
Macs are a bit odd because you're using system memory (so, more but slower) and Apple's APIs, but it's definitely worth a try. I'd guess >= M2 Pro + >= 24 GB RAM would do okay. Also maybe try an MLX version? (e.g. https://huggingface.co/justinmeans/DeepCoder-14B-Preview-mlx... )