Skip to content

Commit

Permalink
prep for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
icppWorld committed Sep 3, 2023
1 parent e61e31d commit 70e6a97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,9 @@ dfx canister call --network ic 4c4bn-daaaa-aaaag-abvcq-cai inference '(record {p
```


## The LLMs included in this repo

| LLM folder | release | reference (commit sha) |
| ------------- | --------| ---------------------------------------------------- |
| [icpp_llama2](https://github.com/icppWorld/icpp-llm/tree/main/icpp_llama2) | 0.1.0 | [karpathy/llama2.c](https://github.com/karpathy/llama2.c) (b28c1e26c5ab5660267633e1bdc910a43b7255bf) |
| | 0.2.0 | [karpathy/llama2.c](https://github.com/karpathy/llama2.c) (57bf0e9ee4bbd61c98c4ad204b72f2b8881ac8cd) |


## Instructions

See the README in each LLM folder
See the README in the icpp_llama2 folder


## Support
Expand Down
11 changes: 6 additions & 5 deletions icpp_llama2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,10 @@ For testing, it is nice to be able to work with a smaller model & tokenizer:
# Fine tuning
When making your own checkpoint via fine-tuning, make sure to train with the correct version of karpathy/llama2.c:
When making your own checkpoint via fine-tuning, make sure to train with the correct version of [karpathy/llama2.c](https://github.com/karpathy/llama2.c):
| release | reference (commit sha) |
| --------| ---------------------------------------------------- |
| 0.1.0 | [karpathy/llama2.c](https://github.com/karpathy/llama2.c) (b28c1e26c5ab5660267633e1bdc910a43b7255bf) |
| 0.2.0 | [karpathy/llama2.c](https://github.com/karpathy/llama2.c) (57bf0e9ee4bbd61c98c4ad204b72f2b8881ac8cd) |
| release | commit sha |
| --------| ----------------------------------------- |
| 0.1.0 | b28c1e26c5ab5660267633e1bdc910a43b7255bf |
| 0.2.0 | 57bf0e9ee4bbd61c98c4ad204b72f2b8881ac8cd |
| 0.3.0 | b9fb86169f56bd787bb644c62a80bbab56f8dccc |

0 comments on commit 70e6a97

Please sign in to comment.