grouped_gemm icon indicating copy to clipboard operation
grouped_gemm copied to clipboard

Fixed example in README.md

Open Cy-47 opened this issue 11 months ago • 0 comments

Hi! I encountered an ImportError while running the example, and fixed it by changing from grouped_gemm import permute, unpermute to from grouped_gemm.ops import permute, unpermute

Pardon me if this isn't a bug; I wanted to create an issue first but that wasn't enabled for this repo.

Cy-47 avatar Jan 12 '25 05:01 Cy-47