on a VM (node.js)
FullMetal Agent Example
Installation
git clone https://github.com/m0dE/fullmetal-agent-examplecd fullmetal-agent-example
npm installCUDA SUPPORT
Usage
Last updated
git clone https://github.com/m0dE/fullmetal-agent-examplecd fullmetal-agent-example
npm installLast updated
FULLMETAL_API_KEY=YOUR_FULLMETAL_API_KEY
#AGENT NAME
AGENT_NAME=
#MODEL INFORMATION
MODEL_NAME=
MODEL_FILE=
# -ngl N, --n-gpu-layers N number of layers to store in VRAM
NGL=2500yum groupinstall "Development Tools"npx --no node-llama-cpp download --cudamkdir models
cd models
wget https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.Q2_K.ggufnpm start