flashc-q2-sft / code /flash /__init__.py
DavidBShan's picture
Upload folder using huggingface_hub
211f0bb verified
Raw
History Blame Contribute Delete
403 Bytes
"""Flash — managed LoRA post-training: log in with your freesolo key, train.
A focused developer experience (TOML run specs, pluggable environments,
CLI/API/MCP entry points, adapter deployment). Users authenticate with their
freesolo API key (`slm login`); the control plane runs each job on a managed
GPU (RunPod or Vast.ai) behind the scenes.
"""
__all__ = ["__version__"]
__version__ = "0.2.0"