Added by: re@pex
Jul 29, 2023
Version

~> OpenLLaMA.ggml

Description
An Open Reproduction of LLaMA model. Quantized to 4 bits to run on CPU with LLaMA.cpp
Tags
openllama
Links
Install (execute in workspace terminal)
wrk install openllama-ggml==7B
Remarks and hints
# In workspace terminal:

openlama -p "Building a website can be done in 10 simple steps:" -n 512

# Interactive:

openlama --repeat_penalty 1.0 --color --interactive-first -r "Me:" --in-prefix "> " --in-suffix "OpenLLaMA:"
Scripts
# Istall script # Start script
alnoda-workspace