Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit f6251f3

Browse files
KSGulinbfineran
authored andcommitted
Update ROOT_PATH dir (#893)
1 parent 30b7ec0 commit f6251f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparseml/utils/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
FROM_PARAM_TOKEN = "__FROM_PARAM__"
7373
RECIPE_METADATA_KEY = "__metadata__"
7474
FRAMEWORK_METADATA_KEY = "framework_metadata"
75-
ROOT_PATH = Path(__file__).resolve().parents[3]
75+
ROOT_PATH = Path(__file__).resolve().parents[1]
7676
_LOGGER = logging.getLogger(__name__)
7777

7878

0 commit comments

Comments
 (0)