Python SDK for Transformer Lab, an open-source application for fine-tuning and running LLMs locally. Current version 0.1.42 (actively developed).
pip install transformerlabNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize an experiment with an API key and run training.
Set TRANSFORMERLAB_API_KEY environment variable or pass explicitly.
Update code to pass model to exp.run() instead of constructor.
Use from transformerlab import LLM instead.