Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion torchrec/modules/tests/test_hash_mc_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
Loading