Skip to content
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

fix mutable default value #272

Merged
merged 2 commits into from
Oct 8, 2024
Merged

fix mutable default value #272

merged 2 commits into from
Oct 8, 2024

Conversation

wenhuach21
Copy link
Contributor

No description provided.

@@ -1554,7 +1556,7 @@ def __init__(
bits: int = 4,
group_size: int = 128,
sym: bool = False,
layer_config: dict = {},
layer_config=None,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space indent

@wenhuach21 wenhuach21 merged commit 8bf63f3 into main Oct 8, 2024
10 checks passed
@wenhuach21 wenhuach21 deleted the fix_bug_1008 branch October 8, 2024 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants