Skip to content

alvaropinot/LOCaLLAMA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configured llama.cpp in a folder

get models

Models are saved in gguf in the models subfolder. Configuration and parameters are in models.ini.

Current list of files. Made with:

echo -e "# models directory structure\n\n\`\`\`text\n$(tree -h --du --dirsfirst -F models)\n\`\`\`" > modelsDirTree.md

Folders added with:

find models -type d ! -path '*/\.*' -print0 | xargs -0 -I {} sh -c 'echo "*.gguf" > "{}/.gitignore"'

run engine

ROCm, Vulkan and CPU docker containers configured in compose.yaml.

Run with:

docker compose up -d

Logs with:

docker logs llamacpp-r
#or
docker logs llamacpp-v
#or
docker logs llamacpp-c

use it

Built-in WebUI and all APIs are under http://localhost:8083/ for Vulkan, http://localhost:8080/ for ROCm or http://localhost:8082/ for CPU.

About

La Loca LLAMA a local Llama 🦙 herd running on your computer. Manage AI as in Ancestral Intelligence and NOT Artificial Intelligence. Run local Llama without the burdens of the coop, sit down, chill, enjoy, play some music, write and CREATE PLEASE Riding the Ancestral FIRES, Flaming with desires, LA LOCA LLAMA QUE NO PUEDE APAGAR ESA VELA, Cristina

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jinja 100.0%