enrich the setup. setup fixes. minimize the consolidation plan
This commit is contained in:
@@ -15,6 +15,25 @@ Get Stella Ops running locally for development and evaluation.
|
||||
| RAM | 16 GB (32 GB recommended) | |
|
||||
| Disk | 50 GB free | |
|
||||
|
||||
## 0. Runtime data assets (optional but recommended)
|
||||
|
||||
Some services depend on files not produced by `dotnet build` — most notably the
|
||||
ONNX embedding model for semantic search. Without it, search works but with
|
||||
reduced quality.
|
||||
|
||||
```bash
|
||||
# After cloning, download the embedding model (~80 MB)
|
||||
./devops/runtime-assets/acquire.sh --models
|
||||
|
||||
# Verify everything is in place
|
||||
./devops/runtime-assets/acquire.sh --verify
|
||||
```
|
||||
|
||||
For binary analysis (Ghidra), add `--ghidra` (~1.6 GB). Full details:
|
||||
`devops/runtime-assets/README.md`.
|
||||
|
||||
---
|
||||
|
||||
## 1. Clone the repository
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user