update repo to reflect change in org
This commit is contained in:
parent
8c211053d4
commit
ec385e807a
30
.github/workflows/ci.yml
vendored
30
.github/workflows/ci.yml
vendored
@ -3,22 +3,22 @@ name: CI/CD Process for Serge
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- "main"
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'docker-compose.yml'
|
||||
- 'docker-compose.dev.yml'
|
||||
- '.github/ISSUE_TEMPLATE/*.yml'
|
||||
- '.github/dependabot.yml'
|
||||
- "**.md"
|
||||
- "docker-compose.yml"
|
||||
- "docker-compose.dev.yml"
|
||||
- ".github/ISSUE_TEMPLATE/*.yml"
|
||||
- ".github/dependabot.yml"
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
- "*"
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'docker-compose.yml'
|
||||
- 'docker-compose.dev.yml'
|
||||
- '.github/ISSUE_TEMPLATE/*.yml'
|
||||
- '.github/dependabot.yml'
|
||||
- "**.md"
|
||||
- "docker-compose.yml"
|
||||
- "docker-compose.dev.yml"
|
||||
- ".github/ISSUE_TEMPLATE/*.yml"
|
||||
- ".github/dependabot.yml"
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published, edited]
|
||||
@ -30,7 +30,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: "3.11"
|
||||
- name: Run ruff check
|
||||
uses: chartboost/ruff-action@v1
|
||||
with:
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/nsarrazin/serge
|
||||
ghcr.io/serge-chat/serge
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
@ -67,7 +67,7 @@ jobs:
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
2
.github/workflows/untagged-cleanup.yml
vendored
2
.github/workflows/untagged-cleanup.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
purge-untagged-images:
|
||||
if: ${{ github.repository_owner == 'nsarrazin' }}
|
||||
if: ${{ github.repository_owner == 'serge-chat' }}
|
||||
name: Delete untagged images from ghcr.io
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Serge - LLaMA made easy 🦙
|
||||
|
||||

|
||||

|
||||
[](https://discord.gg/62Hc6FEYQH)
|
||||
|
||||
A chat interface based on [llama.cpp](https://github.com/ggerganov/llama.cpp) for running Alpaca models. Entirely self-hosted, no API keys needed. Fits on 4GB of RAM and runs on the CPU.
|
||||
@ -21,7 +21,7 @@ docker run -d \
|
||||
-v weights:/usr/src/app/weights \
|
||||
-v datadb:/data/db/ \
|
||||
-p 8008:8008 \
|
||||
ghcr.io/nsarrazin/serge:latest
|
||||
ghcr.io/serge-chat/serge:latest
|
||||
```
|
||||
|
||||
Then just go to http://localhost:8008/ and you're good to go!
|
||||
@ -34,7 +34,7 @@ Make sure you have docker desktop installed, WSL2 configured and enough free RAM
|
||||
|
||||
#### Kubernetes & docker compose
|
||||
|
||||
Setting up Serge on Kubernetes or docker compose can be found in the wiki: https://github.com/nsarrazin/serge/wiki/Integrating-Serge-in-your-orchestration#kubernetes-example
|
||||
Setting up Serge on Kubernetes or docker compose can be found in the wiki: https://github.com/serge-chat/serge/wiki/Integrating-Serge-in-your-orchestration#kubernetes-example
|
||||
|
||||
## Models
|
||||
|
||||
@ -79,7 +79,6 @@ LLaMA will just crash if you don't have enough available memory for your model.
|
||||
- 13B requires about 12GB free
|
||||
- 30B requires about 20GB free
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
Feel free to join the discord if you need help with the setup: https://discord.gg/62Hc6FEYQH
|
||||
@ -91,7 +90,7 @@ Serge is always open for contributions! If you catch a bug or have a feature ide
|
||||
If you want to run Serge in development mode (with hot-module reloading for svelte & autoreload for FastAPI) you can do so like this:
|
||||
|
||||
```
|
||||
git clone https://github.com/nsarrazin/serge.git
|
||||
git clone https://github.com/serge-chat/serge.git
|
||||
DOCKER_BUILDKIT=1 docker compose -f docker-compose.dev.yml up -d --build
|
||||
```
|
||||
|
||||
|
||||
@ -205,7 +205,7 @@
|
||||
>
|
||||
<div class="w-full">
|
||||
<div class="flex justify-between items-center px-2 md:px-16 border-b border-base-content/[.2]">
|
||||
<a class="" href="https://github.com/nsarrazin/serge" target="_blank" rel="noopener noreferrer">
|
||||
<a class="" href="https://github.com/serge-chat/serge" target="_blank" rel="noopener noreferrer">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="24" height="24">
|
||||
<path class="fill-base-content" d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
|
||||
</svg>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user