Skip to content

Commit 55fe4bd

Browse files
committed
build-env.sh: Add patchwise
Add Qualcomm's cool patchwise https://github.com/qualcomm/PatchWise export OPENAI_API_KEY=<your-api-key> you can even use patchwise for your locally hosted models: For example: patchwise --model=anthropic.claude-3-7-sonnet --provider=https://mygateway.me.local --repo-path . Signed-off-by: Nishanth Menon <[email protected]>
1 parent 05ad34d commit 55fe4bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ download_build_install_python_deps()
5252
# scripts/spdxcheck.py dependencies
5353
python -m pip install --upgrade ply gitpython yamllint rfc3987 pylibfdt
5454
python -m pip install git+https://github.com/devicetree-org/dt-schema.git@$DTSCHEMA_REV
55+
python -m pip install patchwise
5556
rm -rf "/tmp/.cache/" /tmp/get-pip.py
5657
}
5758

0 commit comments

Comments
 (0)