Skip to content

Zhima-Mochi/llama.docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLaMA

put LLaMA files in models

mkdir models

install Python dependencies

python3 -m pip install torch numpy sentencepiece

convert the 7B model to ggml FP16 format

python3 llama.cpp/convert-pth-to-ggml.py models/7B/ 1

run the container

docker run -it --rm -v $(pwd)/models:/models --name llama7B zhima1mochi2/llama:1.0 -m /models/7B/ggml-model-f16.bin -p "Building a website can be done in 10 simple steps:" -n 512

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published