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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ uv sync
uv add flash-attn --no-build-isolation
source .venv/bin/activate

# Install rad-vision-engine
git clone https://github.com/yalalab/rad-vision-engine ../rad-vision-engine
uv pip install -e ../rad-vision-engine
# Install rave
git clone https://github.com/yalalab/rave ../rave
uv pip install -e ../rave
```

### Setting up Console Scripts
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ python_functions = "test_*"
addopts = "-v --tb=short"

[tool.uv.sources]
rad-vision-engine = { path = "../rad-vision-engine", editable = true }
rad-vision-engine = { path = "../rave", editable = true }

[tool.ruff]
line-length = 100
Expand Down