Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 496 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 496 Bytes

Llama 3 on Your Local Computer

Run the Llama 3 model (8-B or 70B) on your server / computer.

Getting Started

Installation

  1. Clone the repository:
git clone https://github.com/IoTtalk/pcs_llama3.git
cd llama3_local
  1. Install required dependencies:
pip install -r requirements.txt

notify that python3.12 cannot be used.

Usage

python llama3_local.py

If you want to setup in a linux server for long term using, you are suggested to use tmux to run code.