Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.36 KB

README.zh_CN.md

File metadata and controls

36 lines (22 loc) · 1.36 KB

Learning-LLM-From-Zero

这个代码库记录了我学习的 LLM(Language Model with pre-trained Language Model)的过程:如何使用、微调和构建 LLM 推理服务, 对于我来说这个是一个全新的领域,学习LLM 是一个具有挑战性也非常有趣的过程。

English

Table of Contents

Introduction

Prerequirements:

  • Request LLAMA2 access permission and download it , or use other LLAMA2 compatible model, etc. Llama2-Chinese-7b-Chat
  • A GPU machine that already install nvidia driver , CUDA , I preferred to use AWS EC2 g5.xlarge instance, or other more than 24G GPU memory instance.
  • Some python coding and docker skill .

Chapter 1: Run LLAMA2 model with native python code

This is chapter 1.

Chapter 2

This is chapter 2.

Conclusion

This is the conclusion.