grouped_gemm
grouped_gemm copied to clipboard
Fixed example in README.md
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.