togethercomputer / stripedhyena

Repository for StripedHyena, a state-of-the-art beyond Transformer architecture
Apache License 2.0
299 stars 21 forks source link

import FlashDepthwiseConv1d? #3

Closed Hambaobao closed 9 months ago

Hambaobao commented 11 months ago

I found that in the model.py, FlashDepthwiseConv1d is used, but it seems that FlashDepthwiseConv1d is not imported.

stereoplegic commented 9 months ago

@Hambaobao #7 should fix this.

Hambaobao commented 9 months ago

@Hambaobao #7 should fix this.

Great!