Remove dependency on datasets
#51
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The library currently includes
datasets
as a dependency, which is quite heavyweight and depends onpyarrow
which is causing issues when building wheels #50. However, this dependency is only used inoutlines_core.models.transformers
, which in turn is only used for benchmarking and testing. We should move the code inoutlines_core.models.transformers
to thetest
andbenchmark
directories.The text was updated successfully, but these errors were encountered: