Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.23 KB

Learning-LLM-From-Zero

This repository is all about my LLM journey: how to use, fine-tuning, and build inference services with LLM.

It's challenging but interesting .

中文版

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.