Skip to content

Commit 4c52ed4

Browse files
Yixin Baofacebook-github-bot
authored andcommitted
Dsiable flaky test in oss test_zch_hash_disable_fallback (#3425)
Summary: as titled. Differential Revision: D83786896
1 parent 3eba028 commit 4c52ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchrec/modules/tests/test_hash_mc_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ def test_dynamically_switch_inference_training_mode(self) -> None:
695695
torch.cuda.device_count() < 1,
696696
"Not enough GPUs, this test requires at least two GPUs",
697697
)
698-
def test_zch_hash_disable_fallback_disabled_in_oss_compatatibility(self) -> None:
698+
def test_zch_hash_disable_fallback_disabled_in_oss_compatibility(self) -> None:
699699
m = HashZchManagedCollisionModule(
700700
zch_size=30,
701701
device=torch.device("cuda"),

0 commit comments

Comments
 (0)