Skip to content

Easy-to-use SillyTavern Starter, based on Docker Compose.

License

Notifications You must be signed in to change notification settings

moeru-ai/easiest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasieST

it works on my machine

Easy-to-use SillyTavern Starter, based on Docker Compose.

Usage

clone
git clone https://github.com/moeru-ai/easiest.git
cd easiest
config
cp intel.docker-compose.yml docker-compose.yml # Intel oneAPI SYCL
# cp rocm.docker-compose.yml docker-compose.yml # AMD ROCm (TODO)
# cp cuda.docker-compose.yml docker-compose.yml # NVIDIA CUDA (TODO)
# cp vulkan.docker-compose.yml docker-compose.yml # Vulkan (TODO)

nano docker-compose.yml # edit config
up / down
sudo docker compose up -d
# podman compose up -d # if you use podman

sudo docker compose down
# podman compose down # if you use podman

FAQ

Recommended Models (2024-04-06)

If this section hasn't been updated in a long time, I recommend looking for a new model.

For GGUF format, I recommend Q5_K_M or Q4_K_M (and imatrix).

Why llama.cpp?

llama.cpp provides the official docker image for Intel Arc Graphics.

I may change to ollama or koboldcpp later.

License

Unlicense

About

Easy-to-use SillyTavern Starter, based on Docker Compose.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published