Skip to content

Commit

Permalink
make docstring accurate
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin-Yang <[email protected]>
  • Loading branch information
jason9693 committed Oct 26, 2024
1 parent 695b4ea commit 5a6c30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/decoder_only/language/test_cls_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This test only tests small models. Big models such as 7B should be tested from
test_big_models.py because it could use a larger instance to run tests.
Run `pytest tests/models/test_models.py`.
Run `pytest tests/models/test_cls_models.py`.
"""
import pytest
import torch
Expand Down

0 comments on commit 5a6c30b

Please sign in to comment.