NicoDFS / llama3_local

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Llama 3 on Your Local Computer

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

Getting Started

Installation

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

Usage

python llama3_local.py

About


Languages

Language:Python 100.0%