Wilsven / llama2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦙 LLaMA 2 Implementation (Inference) 🦙

Transformer vs LLaMA

This is the implementation of the LLaMA 2 model by Meta.

How to run?

Run the download.sh and input the presigned URL given by Meta after requesting for download access.

Refer to the official GitHub repository at this link to find out more.

Subsequently, input the model you'd like to download. The code written in this repository only works for the 7B LLaMA 2 model.

About

License:Other


Languages

Language:Python 90.5%Language:Shell 9.5%