Hacker News new | ask | show | jobs
by simonw 1197 days ago
This is one of the reasons I'm so excited about being able to run large language models on my own laptop.

I've managed to get LLaMA to generate snippets of Python code already, and with some fine tuning I imagine it could become equivalent to Copilot. https://til.simonwillison.net/llms/llama-7b-m2#user-content-...

1 comments

Although that is an outdated generated snippet as it doesn't use pathlib?

What if you added a type annotation to filename as Path?

Yeah it's a pretty terrible completion - GPT4 does that MUCH better.

But GPT4 doesn't run on my laptop using ~4GB of RAM.