Unverified Commit 0779fc8e authored by Connor Henderson's avatar Connor Henderson Committed by GitHub
Browse files

Edit err message and comment in `test_model_is_small` (#25087)

* Edit err message and comment in

* put back 80M comment
parent 2fac3422
......@@ -2714,7 +2714,7 @@ class ModelTesterMixin:
num_params = model.num_parameters()
assert (
num_params < 1000000
), f"{model_class} is too big for the common tests ({num_params})! It should have 200k max."
), f"{model_class} is too big for the common tests ({num_params})! It should have 1M max."
global_rng = random.Random()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment