Skip to content

Commit

Permalink
remove unused exception (pytorch#2832)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#2832

As title:
https://www.internalfb.com/diff/D52531661?dst_version_fbid=1014237276957412&transaction_fbid=485161920675232

Thanks nanoax for identify this issue!

Reviewed By: nanoax

Differential Revision: D59655439

fbshipit-source-id: 6105fe924c97d5cba83e0adf85c35b34e6319341
  • Loading branch information
jianyuh authored and facebook-github-bot committed Jul 12, 2024
1 parent 5c8bf5f commit 3d6e0c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fbgemm_gpu/fbgemm_gpu/permute_pooled_embedding_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
torch.ops.load_library(
"//deeplearning/fbgemm/fbgemm_gpu:permute_pooled_embedding_ops_gpu_cuda"
)
except OSError:
pass


class PermutePooledEmbeddings:
Expand Down

0 comments on commit 3d6e0c7

Please sign in to comment.