Get started
docker run -d -v weights:/usr/src/app/weights -v datadb:/data/db/ -p 8008:8008 ghcr.io/nsarrazin/serge:latest
And that's literally it. Just open http://localhost:8008/ to see the available models.
What's Changed
- Improvements to github actions by @gaby in #79
- Add fix for login-action into ghcr.io by @gaby in #81
- Proper dev & deployment images. Converts front-end to SPA. by @nsarrazin in #84
- Create CODE_OF_CONDUCT.md by @nsarrazin in #88
- Move the llama.cpp compilation step to after the image is built by @nsarrazin in #87
- Set default "n_threads" value to half of the available threads by @ryan-mca in #86
- Update README.md by @paraskevasleivadaros in #94
- API Refactor & Model Manager by @nsarrazin in #101
- Update llama.cpp to master-5a5f8b1 by @gaby in #103
New Contributors
- @gaby made their first contribution in #79
- @ryan-mca made their first contribution in #86
- @paraskevasleivadaros made their first contribution in #94
Full Changelog: 0.0.2...0.0.3