From 20bdd38ed4afdbb487a67065b730864cb7040927 Mon Sep 17 00:00:00 2001 From: Lukas Folle Date: Thu, 8 Jan 2026 14:56:32 +0100 Subject: [PATCH] replaced outdated rad-vision-engin with rave --- README.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 434333f..b145114 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d91fe6c..5b6808c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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