We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eba028 commit 4c52ed4Copy full SHA for 4c52ed4
torchrec/modules/tests/test_hash_mc_modules.py
@@ -695,7 +695,7 @@ def test_dynamically_switch_inference_training_mode(self) -> None:
695
torch.cuda.device_count() < 1,
696
"Not enough GPUs, this test requires at least two GPUs",
697
)
698
- def test_zch_hash_disable_fallback_disabled_in_oss_compatatibility(self) -> None:
+ def test_zch_hash_disable_fallback_disabled_in_oss_compatibility(self) -> None:
699
m = HashZchManagedCollisionModule(
700
zch_size=30,
701
device=torch.device("cuda"),
0 commit comments