Skip to content
Closed
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ git clone https://github.com/llm-d/llm-d-benchmark.git
cd llm-d-benchmark
python3 -m venv .venv && source .venv/bin/activate
pip install -e .
pip install "git+https://github.com/llm-d-incubation/llm-d-planner.git@92b14fe09fea0ec9ff36539326b7a8df00f1022c"
pip install "git+https://github.com/llm-d-incubation/llm-d-planner.git@36151bb806298e09520ba433218384152eb7c69e"
```

### Verify Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/upstream-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ whatever the host's package manager provides.
| **helmfile** | `1.5.1` | version | `install.sh` line 80 (`tool_version_for`) | [helmfile/helmfile](https://github.com/helmfile/helmfile) |
| **jq** | `1.8.1` | version | `install.sh` line 87 (`tool_version_for`) | [jqlang/jq](https://github.com/jqlang/jq) |
| **kustomize** | `v5.8.1` | version | `install.sh` line 84 (`tool_version_for`) | [kubernetes-sigs/kustomize](https://github.com/kubernetes-sigs/kustomize) |
| **llm-d-planner (git)** | `92b14fe09fea0ec9ff36539326b7a8df00f1022c` | commit SHA | `install.sh` line 913 (`PLANNER_GIT`) | [llm-d-incubation/llm-d-planner](https://github.com/llm-d-incubation/llm-d-planner) |
| **llm-d-planner (git)** | `36151bb806298e09520ba433218384152eb7c69e` | commit SHA | `install.sh` line 913 (`PLANNER_GIT`) | [llm-d-incubation/llm-d-planner](https://github.com/llm-d-incubation/llm-d-planner) |
| **oc** | `4.18.0` | version | `install.sh` line 83 (`tool_version_for`) | [openshift/oc](https://github.com/openshift/oc) |
| **skopeo** | `1.20.1` | version | `install.sh` line 86 (`tool_version_for`) | [containers/skopeo](https://github.com/containers/skopeo) |
| **yq** | `v4.53.2` | version | `install.sh` line 79 (`tool_version_for`) | [mikefarah/yq](https://github.com/mikefarah/yq) |
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ fi
# ---------------------------------------------------------------------------
# 2. Install planner (from llm-d-planner)
# ---------------------------------------------------------------------------
PLANNER_GIT="git+https://github.com/llm-d-incubation/llm-d-planner.git@92b14fe09fea0ec9ff36539326b7a8df00f1022c"
PLANNER_GIT="git+https://github.com/llm-d-incubation/llm-d-planner.git@36151bb806298e09520ba433218384152eb7c69e"

if grep -q "planner is already installed." "$dependencies_checked_file" 2>/dev/null; then
print_pkg planner ""
Expand Down