Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Oct 29, 2024
1 parent fb38803 commit 1eaac7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensordict/_td.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
is_batchedtensor,
)
except ImportError:
from functorch._C import is_batchedtensor # @manual=fbcode//functorch:_C
from functorch._C import is_batchedtensor # @manual=fbcode//caffe2/functorch:_C

_has_functorch = True
except ImportError:
Expand Down
2 changes: 1 addition & 1 deletion tensordict/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
is_batchedtensor,
)
except ImportError:
from functorch._C import ( # @manual=fbcode//functorch:_C # noqa
from functorch._C import ( # @manual=fbcode//caffe2/functorch:_C # noqa
get_unwrapped,
is_batchedtensor,
)
Expand Down

0 comments on commit 1eaac7e

Please sign in to comment.