Commit bf2c038
committed
kp_common/Dockerfile/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 .
Add clangd as a dependency and install other dependencies as needed.
I have added hack for forcing patchwise to use newer clang than
supported.. hopefully that should go away sometime soon
Signed-off-by: Nishanth Menon <[email protected]>1 parent 2793dc7 commit bf2c038
3 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
| 82 | + | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
0 commit comments