mozilla-ai / lm-buddy

Your buddy in the (L)LM space.
Apache License 2.0
63 stars 3 forks source link

Hard pin datasets and wandb #119

Closed veekaybee closed 1 month ago

veekaybee commented 1 month ago

What's changing

We're pinning wandb and datasets due to regressions from upper-bound versions because integration tests were failing with updated versions.

How to test it

Run pytest -s tests/integration/test_finetuning.py locally

Related Jira Ticket

Additional notes for reviewers

veekaybee commented 1 month ago

❤️