llama2.go / README.md
lwch's picture
first commit
95a1e09
metadata
license: other
license_link: https://ai.meta.com/llama/license/
inference: false
tags:
  - llama
  - llama-2
  - golang

llama2.go

this is a model for llama2.go project, this project can run meta LLaMA model in less memory like Raspberry Pi.

memory usage

Model Precision Memory Memory(Cached Params)
7B bf16 600M+ 25G+
13B bf16 1G+ 43G+
70B bf16 3G+ untest