llm.c
llm.c copied to clipboard
Does it have an interactive mode like ChatGPT?
Can the C code encode/decode text? I'm looking for a high-speed GPT-2 chatbot in pure C/C++.
Look at llama2.c
Not an Issue, more a Discussion. And +1 to @chsasank , this is training code not inference code, and not chat.