icppWorld/icpp_llm

Update `run.c` to the latest version of the `karpathy/llama2.c` repo

Closed this issue · 1 comments

The current version of run.c was copied over from the karpathy/llama2.c repo a few weeks ago. It was then modified, just to get all the plumbing in place and get it all working.

This task should do the following:

  • Revisit the changes made, and refactor so upgrading becomes easy
  • Upgrade run.c to the latest version

Done!