diff --git a/tests/tp/__init__.py b/tests/tp/__init__.py new file mode 100644 index 0000000000..0fd8896d0a --- /dev/null +++ b/tests/tp/__init__.py @@ -0,0 +1,3 @@ +# Copyright 2024 MosaicML LLM Foundry authors +# SPDX-License-Identifier: Apache-2.0 + diff --git a/tests/models/utils/test_tp_strategies.py b/tests/tp/test_tp_strategies.py similarity index 100% rename from tests/models/utils/test_tp_strategies.py rename to tests/tp/test_tp_strategies.py