NVIDIA / NeMo-Curator

Scalable toolkit for data curation
Apache License 2.0
329 stars 32 forks source link

Fix failing GPU tests with latest pandas bump #41

Closed ayushdg closed 2 months ago

ayushdg commented 2 months ago

The latest version bumps also resulted in pandas 2.x being pulled in which brought in subtle differences in handling around object/list types.

This PR fixes failing GPU tests after the bump