Skip to content

Commit b92b806

Browse files
committed
bug fix
1 parent 1a3f87d commit b92b806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/homeworks/hw4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Subtasks:
448448
After this step, run:
449449
450450
```bash
451-
python -m unittest tests/transformer/test_encoder.py
451+
python -m unittest tests/test_transformer/test_encoder.py
452452
```
453453
454454
You should be passing all these tests (these are purely sanity checks, not correctness checks, which will come during training).

0 commit comments

Comments
 (0)