Skip to content

Commit 00a2c68

Browse files
Microvepytorchmergebot
authored andcommitted
Fix a typo "trochrec" to "torchrec" (pytorch#149542)
Summary: As titled, the path is incorrect due to the typo Test Plan: CI Differential Revision: D71490709 Pull Request resolved: pytorch#149542 Approved by: https://github.com/williamwen42
1 parent a66a958 commit 00a2c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_dynamo/trace_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3481,7 +3481,7 @@ def get_mod_skiplist():
34813481
# Remove this after fbcode is fully migrated to tracing through torchrec.
34823482
FBCODE_SKIP_TORCHREC_DIRS = {
34833483
"torchrec/distributed",
3484-
"trochrec/fb/distributed",
3484+
"torchrec/fb/distributed",
34853485
"caffe2/torch/fb/sparsenn/pooled_embeddings_modules.py",
34863486
}
34873487

0 commit comments

Comments
 (0)