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

fix: Add `name` and `description` classmethods to `IA3Config` #3844

Closed jeffkinnison closed 11 months ago

jeffkinnison commented 11 months ago

The adapter config objects have name and description classmethods that are used in the docs. IA3Config did not include implementations, so LLM config reference pages in the docs were not being rendered.