Skip to content
Merged
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
8 changes: 4 additions & 4 deletions ALGORITHM_DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pip install torch numpy pybind11 PyYAML pandas

```bash
# 1. 克隆仓库并初始化 submodules
git clone https://github.com/intellistream/SAGE-DB-Bench.git
git clone https://github.com/DataSysResearch/CANDOR-Bench.git
cd SAGE-DB-Bench
git submodule update --init --recursive

Expand Down Expand Up @@ -360,7 +360,7 @@ set -e
apt-get update && apt-get install -y build-essential cmake libgflags-dev libboost-all-dev

# 克隆并初始化
git clone --recurse-submodules https://github.com/intellistream/SAGE-DB-Bench.git
git clone --recurse-submodules https://github.com/DataSysResearch/CANDOR-Bench.git
cd SAGE-DB-Bench

# 安装 Python 依赖
Expand Down Expand Up @@ -412,5 +412,5 @@ git submodule add <repo_url> <folder_name>
## 支持

- **文档**: [algorithms_impl/README.md](algorithms_impl/README.md)
- **Issues**: https://github.com/intellistream/SAGE-DB-Bench/issues
- **Wiki**: https://github.com/intellistream/SAGE-DB-Bench/wiki
- **Issues**: https://github.com/DataSysResearch/CANDOR-Bench/issues
- **Wiki**: https://github.com/DataSysResearch/CANDOR-Bench/wiki
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ all = [
]

[project.urls]
Homepage = "https://github.com/intellistream/SAGE-DB-Bench"
Documentation = "https://github.com/intellistream/SAGE-DB-Bench/blob/main/README.md"
Repository = "https://github.com/intellistream/SAGE-DB-Bench"
"Bug Tracker" = "https://github.com/intellistream/SAGE-DB-Bench/issues"
Homepage = "https://github.com/DataSysResearch/CANDOR-Bench"
Documentation = "https://github.com/DataSysResearch/CANDOR-Bench/blob/main/README.md"
Repository = "https://github.com/DataSysResearch/CANDOR-Bench"
"Bug Tracker" = "https://github.com/DataSysResearch/CANDOR-Bench/issues"

[project.scripts]
sage-bench = "bench.cli:main"
Loading