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 field of dataclass for ONNX #2979

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

RunDevelopment
Copy link
Member

Some versions of Python do not like size_req: SizeReq = NO_SIZE_REQ, which caused an error, which caused all ONNX nodes to not show up. So I used a default factory to fix this.

@joeyballentine joeyballentine merged commit ffe900b into chaiNNer-org:main Jul 3, 2024
14 checks passed
@RunDevelopment RunDevelopment deleted the onnx-dc-fix branch July 7, 2024 09:27
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