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

Dev #64

Merged
merged 3 commits into from
Dec 5, 2023
Merged

Dev #64

merged 3 commits into from
Dec 5, 2023

Conversation

chengzeyi
Copy link
Owner

No description provided.

@chengzeyi chengzeyi merged commit 86ce508 into main Dec 5, 2023
32 checks passed
output, mean, rstd = aten.native_group_norm(
input, num_groups, weight, bias, eps)
input, weight, bias, N, C, HxW, num_groups, eps)

Choose a reason for hiding this comment

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

Hmm I'm getting an error as though this change was not made. i.e. num_groups is still passed at pos 2.

Choose a reason for hiding this comment

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

I guess this didn't make it into release

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yes, not released yet.😂 Building a dynamo is not easy.

Choose a reason for hiding this comment

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

Yep, just checked that only the nightly release has this fix.

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