Modalities / modalities

Modalities, a PyTorch-native framework for distributed and reproducible foundation model training.
MIT License
61 stars 5 forks source link

Fix broken tests in main. #195

Closed lllAlexanderlll closed 2 months ago

lllAlexanderlll commented 2 months ago

What does this PR do?

This PR fixes the broken tests in main by check for fixed_num_batches is not None before comparison

General Changes

Breaking Changes

Checklist before submitting final PR