Commit 445cf9c
authored
[samples] Install iree-turbine nightly wheels in Colab notebooks (#24222)
The latest published iree-turbine wheel on `PyPI` (`v3.9.0, 2025-11-25`)
calls the removed static method `RankedTensorType.isinstance(x)`, which
was dropped from the MLIR Python bindings in `iree-base-compiler 3.11.0`
(released `2026-03-20`). This has broken the nightly samples workflow
since `2026-03-20`. The fix already landed on iree-turbine main in
commit
[/dc5ce4aa](iree-org/iree-turbine@dc5ce4a)
but no PyPI release has been cut since.
The revision just uses the nightly wheels which as the same as the IREE
setup in colab notebooks.
Signed-off-by: hanhanW <hanhan0912@gmail.com>1 parent 4b41063 commit 445cf9c
4 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments