A mini imitation of GitHub Copilot using EleutherAI GPT-Neo-2.7B for Emacs
Second Mate An open-source, mini imitation of GitHub Copilot using EleutherAI GPT-Neo-2.7B (via Huggingface Model Hub) for Emacs. This is a much smaller model so will likely not be as effective as Copilot, but can still be interesting to play around with! Setup Inference End / Backend Set device to “cpu” or “cuda” in serve/server.py The “priming” is currently done in Python. If you want, modify it to another language or turn it off (priming subjectively seems to help). Launch […]
Read more