Skip to content

Commit

Permalink
Fix ITEP tests in dev-nosan mode (pytorch#2242)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#2242

Fixing ITEP tests in dev-nonsan mode

Reviewed By: ge0405

Differential Revision: D59617484

fbshipit-source-id: 6f936e1bc208ff8c8650100b6abfa2c52caca452
  • Loading branch information
jimmyyou authored and facebook-github-bot committed Jul 23, 2024
1 parent 9264186 commit 742acbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchrec/modules/itep_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

try:
torch.ops.load_library(
"//deeplearning/fbgemm/fbgemm_gpu:intraining_embedding_pruning"
"//deeplearning/fbgemm/fbgemm_gpu:intraining_embedding_pruning_gpu"
)
except OSError:
pass
Expand Down

0 comments on commit 742acbb

Please sign in to comment.