Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pengxiaotao authored and pengxiaotao committed Mar 28, 2023
1 parent 2b71519 commit ce07120
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# LLaMA
# LLaMA

**Notice**
1. This repo can run in CPU, but slow.
2. Add more test codes

**Articles**
1. [深入理解类chatgpt的meta大模型LLaMA工作原理](https://mp.weixin.qq.com/s?__biz=MjM5NjMzMDQ0Mg==&mid=2648534407&idx=1&sn=650d80e3633a869ae60bba4e0e43c964&chksm=bec3232289b4aa3435d19645982938ad42611ff5cc415401b4a2c7cbef627f56486c62f072b0&token=1647633786&lang=zh_CN#rd)
2. [在MacBook Pro M1上从零搭建自己的Chatgpt大模型AI助手](https://mp.weixin.qq.com/s?__biz=MjM5NjMzMDQ0Mg==&mid=2648534401&idx=1&sn=5c549b2a5c9b681c9ede222b44cec778&chksm=bec3232489b4aa3293ba0c2ded8a8d7538ba26b033af0edaf08d2d4b181e1e4715c9d3ce7e21&token=1647633786&lang=zh_CN#rd)


This repository is intended as a minimal, hackable and readable example to load [LLaMA](https://ai.facebook.com/blog/large-language-model-llama-meta-ai/) ([arXiv](https://arxiv.org/abs/2302.13971v1)) models and run inference.
In order to download the checkpoints and tokenizer, fill this [google form](https://forms.gle/jk851eBVbX1m5TAv5)
Expand Down

0 comments on commit ce07120

Please sign in to comment.