Skip to content

Commit c86159e

Browse files
committed
Fix expected_loss.txt (was incorrectly saved as 0.720237, should be 0.613389)
1 parent 77852cd commit c86159e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gpu-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Run e2e training test (CPU baseline)
6363
run: |
64-
# Also run CPU test to verify determinism
64+
# Run CPU test to verify determinism
6565
uv run python tests/e2e_train.py --epochs 5
6666
6767
- name: Show GPU memory usage

tests/expected_loss.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.720237
1+
0.613389

0 commit comments

Comments
 (0)