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
refactor:(samsung backend): replace pkg_resources with importlib.resources for schema loading (pytorch#14654)
This PR refactors the Samsung backend schema loading logic in
compile_options.py by replacing pkg_resources with importlib.resources.
This modernizes resource access, improves compatibility with Python
packaging standards, and removes the dependency on setuptools. No
functional changes to the compile options logic; only the resource
loading mechanism is updated.
Signed-off-by: Onuralp SEZER <[email protected]>
0 commit comments