ludwig-ai / ludwig

Low-code framework for building custom LLMs, neural networks, and other AI models
http://ludwig.ai
Apache License 2.0
11.22k stars 1.19k forks source link

Enable AdaLoRA tests for LLM adapter #3896

Closed jeffkinnison closed 10 months ago

jeffkinnison commented 10 months ago

This adds adalora to the list of adapters available to LLMEncoder and adds adalora to the existing test suite.

github-actions[bot] commented 10 months ago

Unit Test Results

  6 files  ±0    6 suites  ±0   14m 50s :stopwatch: +37s 12 tests ±0    9 :heavy_check_mark: ±0    3 :zzz: ±0  0 :x: ±0  60 runs  ±0  42 :heavy_check_mark: ±0  18 :zzz: ±0  0 :x: ±0 

Results for commit bd40a020. ± Comparison against base commit 678ee78b.

:recycle: This comment has been updated with latest results.

arnavgarg1 commented 10 months ago

@jeffkinnison Actually I think it was a transient failure, so should be good to merge, especially given that your tests don't touch either module and you only added new tests.