diff --git a/torchrec/modules/tests/test_hash_mc_modules.py b/torchrec/modules/tests/test_hash_mc_modules.py index 91db098a9..83aade1f9 100644 --- a/torchrec/modules/tests/test_hash_mc_modules.py +++ b/torchrec/modules/tests/test_hash_mc_modules.py @@ -695,7 +695,7 @@ def test_dynamically_switch_inference_training_mode(self) -> None: torch.cuda.device_count() < 1, "Not enough GPUs, this test requires at least two GPUs", ) - def test_zch_hash_disable_fallback_disabled_in_oss_compatatibility(self) -> None: + def test_zch_hash_disable_fallback_disabled_in_oss_compatibility(self) -> None: m = HashZchManagedCollisionModule( zch_size=30, device=torch.device("cuda"),