Commit 33d8121
test: tighten 8bitlt fullgraph skip to torch < 2.5
The failure on torch 2.4.1 is dynamo failing to trace MatmulLtState
(UserDefinedObject `__bool__`), which is a different root cause than
the Params4bit `.t()` issue that needs torch 2.8+ in the 4bit test.
Torch 2.5+ has the dynamo UDO improvements needed for this to work.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5a91ad2 commit 33d8121
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
| 260 | + | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments