test: update module dependencies for 17/18 swap

This commit is contained in:
Vijay Janapa Reddi
2025-12-19 19:30:41 -05:00
parent aed246959c
commit 394a539870
11 changed files with 24 additions and 24 deletions

View File

@@ -130,8 +130,8 @@ def test_profiling_does_not_break_training():
| 14 Profiling | Profiler + training loop |
| 15 Quantization | Quantized model accuracy |
| 16 Compression | Compressed model still trains |
| 17 Memoization | Cached ops maintain correctness |
| 18 Acceleration | Accelerated ops match baseline |
| 17 Acceleration | Accelerated ops match baseline |
| 18 Memoization | Cached ops maintain correctness |
### How to Fill Gaps