HazyResearch / based

Code for exploring Based models from "Simple linear attention language models balance the recall-throughput tradeoff"
Apache License 2.0
210 stars 14 forks source link

Add missing __init__.py stubs #5

Closed axelmagn closed 8 months ago

axelmagn commented 8 months ago

Some of the modules within based were missing __init__.py stubs. I am guessing that this is erroneous, since based is the exported package. __init__.py stubs are a requirement for using based as a dependency in pip install.