TUDB-Labs / mLoRA

An Efficient "Factory" to Build Multiple LoRA Adapters
Apache License 2.0
275 stars 52 forks source link

[improvement] add code formatter - black and isort, static typing checker mypy. #227

Closed yezhengmao1 closed 4 months ago

yezhengmao1 commented 5 months ago
  1. use the formatter to format our code
  2. use the mypy static typing checker found a few bugs, and already fixed them
  3. remove the evaluator and pipeline, I will refactor them and pull new requests.

the code is just formatted by formatted without other changes, except for some bugs.

yezhengmao1 commented 5 months ago

CI PASS: https://github.com/TUDB-Labs/mLoRA/actions/runs/9700690495/job/26772674355