Ankit Gupta
                                            Ankit Gupta
                                        
                                    heads up, i have a fork of this repo that does only merges and has some docs around using PATs to trigger downstream workflows: https://github.com/ankitvgupta/pr-updater/blob/master/README.md. Happy to help in any...
+1 to that, if there is any way to release a MacOS arm64 package too, like the other tensorflow community packages have, that'd be appreciated. Happy to help if there...
I'm running into this issue via a pip install from a requirements file. Among other dependencies, we have a block in the `requirements.txt` that includes this: ``` torch ~= 2.0.0...
@Mar-Gra-creator what error do you get?
Hi, thanks for reaching out. I am working on posting the data and some easy data accessors now to make replication easier. In the meantime, you can find the Zhou...
It looks like on this [line](https://github.com/HazyResearch/hyena-dna/blob/d553021b483b82980aa4b868b37ec2d4332e198a/src/models/sequence/long_conv_lm.py#L31), you check if the custom layer norm op is installed. if so, [this](https://github.com/HazyResearch/hyena-dna/blob/d553021b483b82980aa4b868b37ec2d4332e198a/src/models/sequence/long_conv_lm.py#L322C21-L322C41) param is set to true. Following the call stack, that sets...
In case the answer is yes, think this should do it: https://github.com/HazyResearch/hyena-dna/pull/58