Skip to content

Add default workspace for 3.x #1553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jan 22, 2024
Merged

Add default workspace for 3.x #1553

merged 9 commits into from
Jan 22, 2024

Conversation

Kaihui-intel
Copy link
Contributor

@Kaihui-intel Kaihui-intel commented Jan 19, 2024

Type of Change

feature

Description

#1445 (comment)

from neural_compressor.common import options
print(options.workspace)

Note that the usage of the logger import has changed.

from neural_compressor.common import Logger
or
from neural_compressor.common.utils import Logger
logger = Logger().get_logger()

Expected Behavior & Potential Risk

the expected behavior that triggered by this PR

How has this PR been tested?

Pre-CI

Dependency Change?

None

Signed-off-by: Kaihui-intel <[email protected]>
Signed-off-by: Kaihui-intel <[email protected]>
Signed-off-by: Kaihui-intel <[email protected]>
Signed-off-by: Kaihui-intel <[email protected]>
@Kaihui-intel Kaihui-intel changed the title Kaihui/workspace Add workspace for 3.x api Jan 19, 2024
@yiliu30 yiliu30 added the INC3.X label Jan 19, 2024
@yiliu30 yiliu30 changed the title Add workspace for 3.x api Add default workspace for 3.x Jan 19, 2024
@Kaihui-intel Kaihui-intel merged commit b8c6494 into master Jan 22, 2024
@Kaihui-intel Kaihui-intel deleted the kaihui/workspace branch January 22, 2024 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants