Skip to content

Unitxt 1.26.1

Choose a tag to compare

@elronbandel elronbandel released this 10 Jul 17:27
· 62 commits to main since this release
b6cc840

Lock datasets dependency to <4.0.0

The latest datasets v4.0.0 release removes support for loading datasets with trust_remote_code=True. This change breaks compatibility with many datasets currently in the Unitxt catalog, as several datasets require this feature to load properly.

This patch restricts the datasets version to below 4.0.0 until we can find or develop replacements for affected datasets.