Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gapi505/sparky-2

This is a discord bot running on llama cpp with the llama 3 model and image geneartion
https://github.com/gapi505/sparky-2

ai cuda llama3 llamacpp stable-diffusion torch transformers

Last synced: 8 days ago
JSON representation

This is a discord bot running on llama cpp with the llama 3 model and image geneartion

Awesome Lists containing this project

README

        

# Sparky 2
The original Sparky was a complete mess. I have now refactored the code to be more manageable.
Sparky 2.0 is now powered by the Llama 3 model. but can be changed easily because of the not so spaghetti like code which was present in the first version.

## Installation
To install you have to:
* Clone the repo
* Create a conda environment and activate it
* Install the requirements:
* pytorch (CUDA support recommended)
* python-llama-cpp (Install with CUDA support. If you don't know how - look it up)
* python-dotenv
* discord
* if errors show up install those too. I forgor which are installed by default
* create a .env with `BOT_TOKEN={your discord bot token}`
* run