Hacker News new | ask | show | jobs
by slowmovintarget 1068 days ago
LLM has entered the chat...

Most of the implementations for LLMs runtimes I know of are Python using PyTorch. I believe most of the heavy lifting is written in C++ (llama.cpp), though.