We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521f776 commit 2ae5eabCopy full SHA for 2ae5eab
README.md
@@ -1,11 +1,11 @@
1
-# naked_llama
+# Naked LLaMA
2
3
Build llama inference compute from scrath, only using torch/numpy base ops
4
5
Inspired by karpathy's awesome repo [nanoGPT](https://github.com/karpathy/nanoGPT), I re-implemented a simple and clear llama model from scratch.
6
7
<p align="center">
8
- <img width="380" src="llama-in-framwork_vs_naked-llama.png">
+ <img width="420" src="llama-in-framwork_vs_naked-llama.png">
9
</p>
10
11
## install
0 commit comments