Is anyone using open source models to actually get work done or solving problems in their software architecture? So far I haven't found anything near the quality of GPT-4.
https://github.com/nlpxucan/WizardLM/tree/main/WizardCoder
https://huggingface.co/WizardLM/WizardCoder-Python-34B-V1.0
Top of the line consumer machines can run this at a good clip, though most machines will need to use a quantized model (ExLlamaV2 is quite fast). I found a model for that as well, though I haven't used it myself:
https://huggingface.co/oobabooga/CodeBooga-34B-v0.1-EXL2-4.2...