Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 589 Bytes

readme.md

File metadata and controls

15 lines (7 loc) · 589 Bytes

test repo for rust and llms

using llm, attempting to reimplement llm.c in rust -ish

ref: https://github.com/karpathy/llm.c/blob/master/train_gpt2.py

  • initial attempt:

    • Claude3 did well, now im tyring to implement the rough version into a cargo, then change the small details to complete the reimplementaion.
  • "I am trying to reimplement the llm.c in rust, using the llm.c as a reference. I am not trying to make a perfect copy, but a rough version that works. I will then change the small details to complete the reimplementaion."

  • "the responses are seperated by -----"