Commit c81aaba
Fix KerasLSTM xfail strictness and add .venv to .gitignore
CudnnRNNV3 is unsupported in TFLite on macOS but works on Linux; using
strict=False allows XPASS on Linux and XFAIL on macOS without failing CI.
Also add .venv to .gitignore to prevent accidental project-local venv commits.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 977839e commit c81aaba
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments