Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
195 changes: 73 additions & 122 deletions DEVELOPER.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ help:
@echo Targets:
@echo make sync - uv sync, runtime deps only
@echo make sync-dev - uv sync --dev
@echo make setup - uv sync then install NLTK UniDic KoboldCPP and RVC base models
@echo make setup - uv sync then install NLTK UniDic whisper/llama and RVC base models
@echo make dev - sync-dev then full bootstrap scripts
@echo make bootstrap - install.py plus KoboldCPP and RVC HF assets
@echo make bootstrap - install.py plus whisper.cpp llama.cpp and RVC HF assets
@echo make test - pytest, run sync-dev or dev first
@echo make lint - ruff and black checks
@echo make lint-fix - ruff --fix and ruff format
@echo make fmt - black and ruff format in place
@echo make bootstrap-force - force re-download of KoboldCPP and RVC HF assets
@echo make bootstrap-force - force re-download of whisper.cpp llama.cpp and RVC HF assets
@echo make lock - uv lock

sync:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Select the desired operations (refer to **[Development Guide](DEVELOPER.md)**) a
```

See the **[Development Guide](DEVELOPER.md)** for detailed configuration instructions, including:
- Setting up local services (KoboldCPP, MeloTTS, RVC)
- Setting up local services (whisper.cpp, llama.cpp, MeloTTS, RVC)
- Configuring cloud providers (Azure, OpenAI, Fish Audio)
- Customizing prompts and operations
- Choosing the right services for your use case
Expand Down
Loading