You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename test_compute_logprobs.py to test_ops.py and add align parameter tests
- Renamed test file to better reflect that it tests ops.py functions
- Added three new tests for the align parameter in compute_logprobs:
- test_align_parameter_false: validates align=False (pre-aligned logits)
- test_align_parameter_true: validates align=True (slicing behavior)
- test_align_comparison: verifies slicing logic produces correct results
0 commit comments