Skip to content

pkuyihangji/meta-llama-explain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-llama2-explain

Lint code

First, install the corresponding Python packages:

pip install ufmt ruff

You can use the following command to check the code style issues:

bash lint.sh # Check all code files.
bash lint.sh llama/xxx.py # Check the specified file.

Goal

This Repo is mainly to analyze, explain and comment the code of the open source library Meta-llama2. Essentially, it's to make it easier for me to cite it when I'm making tech blogs. Avoiding redundancy.

About

Explanation of the llama2 repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%