mozilla-ai / lm-buddy

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

Updated prometheus job to get rid of fschat dependency #108

Closed aittalam closed 3 months ago

aittalam commented 3 months ago

What's changing

Removed the dependency on fastchat, which fixes a lockfile generation down the line due to a chain of imports ending in a library (wavedrom) with bad metadata / setup file.

For now I just imported one single script from an older version of the library, then we'll get rid of it for good as prometheus only needs llama-2 conversation template

How to test it