haiy / llama-cpu

Fork of Facebooks LLaMa model to run on CPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLaMa CPU fork

This is a fork of https://github.com/facebookresearch/llama to run on CPU.

Usage and setup is exactly the same:

  1. Create a conda environment (for me I needed Python 3.10 instead of 3.11 because of some pytorch bug?)
  2. pip install -r requirements.txt
  3. Torrent the dataset.
  4. Run torchrun as described in the upstream readme.

Tested on 7B model. Even with 32GiB of ram, you'll need swap space or zram enabled to load the model (maybe it's doing some conversions?), but once it actually starts doing inference it settles down at a more reasonable <20GiB of ram.

On a Ryzen 7900X, the 7B model is able to infer several words per second, quite a lot better than you'd expect!

About

Fork of Facebooks LLaMa model to run on CPU

License:GNU General Public License v3.0


Languages

Language:Python 92.6%Language:Shell 7.4%