You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove fb dependency by deleting sdk.py and replacing its usages with lib.py
Summary:
The primary problem to solve is to remove fb dependencies from the executorch github repo: https://github.com/pytorch/executorch/blob/main/sdk/TARGETS.
lib.py was created to replace sdk.py for some historical reasons. lib.py has been splitted into an external version and an internal version. This diff replaces usages of sdk.py with the appropriate version of lib.py.
Reviewed By: Jack-Khuu, vmpuri
Differential Revision: D48179314
fbshipit-source-id: f7500c9f16ef96e2d50e56085f064f9d807d7da8
0 commit comments