Commit 95723bc
Disable building C extensions when using target device sendnn (#34)
Upstream changes broke the logic to disable building the C extensions
when building for sendnn.
This was causing the following error when trying to pip install vllm
inside the [dev container
build](https://v3.travis.ibm.com/github/ai-foundation/aiu-inference-dev/builds/25651578).
This tiny fix resolves that.
Signed-off-by: Thomas Parnell <tpa@zurich.ibm.com>1 parent bd8457a commit 95723bc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments