diff --git a/README.md b/README.md index b79d0c40c..450670ea0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/upstream-versions.md b/docs/upstream-versions.md index cd4083fe1..6f0597688 100644 --- a/docs/upstream-versions.md +++ b/docs/upstream-versions.md @@ -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) | diff --git a/install.sh b/install.sh index 00c37b4e5..959e2e33d 100755 --- a/install.sh +++ b/install.sh @@ -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 ""