Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
fb35077a
Unverified
Commit
fb35077a
authored
Aug 05, 2021
by
moto
Committed by
GitHub
Aug 05, 2021
Browse files
[Fbsync] Synchronize extension initialization mechanism with fbcode (#1682)
ref: D29989551
parent
ea394347
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
torchaudio/extension/__init__.py
torchaudio/extension/__init__.py
+5
-0
No files found.
torchaudio/extension/__init__.py
View file @
fb35077a
...
@@ -2,6 +2,11 @@ from .extension import (
...
@@ -2,6 +2,11 @@ from .extension import (
_init_extension
,
_init_extension
,
)
)
try
:
from
.
import
fb
# noqa
except
Exception
:
pass
_init_extension
()
_init_extension
()
del
_init_extension
del
_init_extension
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment