ludwig-ai / ludwig

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

Update ludwig version to 0.9.4 #3934

Closed alexsherstinsky closed 7 months ago

alexsherstinsky commented 7 months ago

Code Pull Requests

Please provide the following:

Documentation Pull Requests

Note that the documentation HTML files are in docs/ while the Markdown sources are in mkdocs/docs.

If you are proposing a modification to the documentation you should change only the Markdown files.

api.md is automatically generated from the docstrings in the code, so if you want to change something in that file, first modify ludwig/api.py docstring, then run mkdocs/code_docs_autogen.py, which will create mkdocs/docs/api.md .

github-actions[bot] commented 7 months ago

Unit Test Results

  4 files  +  1    4 suites  +1   9m 35s :stopwatch: + 2m 29s 12 tests ±  0    9 :heavy_check_mark: ±0    3 :zzz: ±0  0 :x: ±0  40 runs  +12  28 :heavy_check_mark: +9  12 :zzz: +3  0 :x: ±0 

Results for commit ae52f1a6. ± Comparison against base commit ea890d99.

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

arnavgarg1 commented 7 months ago

Seems like something in the new PEFT or transformers version seems incompatible for adaption prompt. Want to take a look?