mozilla-ai / lm-buddy

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

Refactor module layout to separate configs and functionality #93

Closed sfriedowitz closed 6 months ago

sfriedowitz commented 6 months ago

What's changing

Really, this PR is just moving a bunch of files around and fixing imports afterwards. The integrations/wandb and integrations/huggingface layout became tedious to work with IMO, so I think this is a more sensible approach that keeps things organized based on how/where they are used.

How to test it

Related Jira Ticket

Additional notes for reviewers