Flash — managed LoRA post-training (SFT/GRPO) for Freesolo environments, driven by the `flash` CLI
Project description
Flash
Managed LoRA post-training service: SFT and GRPO on managed GPUs across multiple providers — RunPod Flash (serverless queue; RTX 4090/5090 classes) and Vast.ai (rented verified-datacenter instances; L40S / RTX Pro 4000 / A100 classes). The allocator picks the cheapest GPU class that fits the run across both providers.
Scope
flash train <cfg.toml>/ control-planePOST /runs— submit a training job; one dedicated GPU per run, supervised server-side (stall watchdog, bounded auto-retry resuming from the last streamed checkpoint, endpoint GC).flash deploy,flash chat— serving for trained adapters.- Freesolo SDK environments. Every run names a Freesolo environment id.
Scaffold
environment.py, upload.or another folder withflash env push --name <name> <folder>, then reference the returned id. The worker loads it throughfreesolo.environments. There are no built-in task environments. Single-turn and bounded multi-turn environments are supported.
Layout
flash/catalog.py— curated model catalog (Qwen3 dense supported tier; Qwen3.5/3.6 experimental tier) +model_policy = "allow"VRAM-fit check + each model'sthinkingcapability (opt-in reasoning modethinking = true)flash/schema.py,flash/spec.py— TOML →JobSpecflash/runner.py— server-side run supervisor (durable job handle, retries, cost guard, endpoint GC)flash/providers/— RunPod Flash + Vast.ai provider subtrees (pricing, gpus, durable submit/poll, preflight) behind onebase.Providerprotocol, with a cross-providerallocator.pythat picks the cheapest fitting classflash/engine/— the on-GPU worker (TRL + colocated vLLM rollouts) and the shared recipe; SFT targets and RL rewards route through the active environment (task-specific grading lives with its example, not in the engine)flash/envs/— environment machinery: registry and the adapter that loads Freesolo SDK environments onto the worker's interfaceflash env setup— scaffold a starter local Freesolo env and a ready-to-run config to start fromflash/serve/,flash/server/— adapter serving and the FastAPI control plane (run operator-side via the separateflash-servercommand)flash/mcp/— stdio MCP bridge for coding agentsDockerfile— the control-plane image (used by the repo docker-compose)tests/— pytest suite (CPU-only; offline-by-default, no GPU/network)
Local commands
cd flash
uv sync --extra server
uv run pytest # CPU tests (offline-by-default, no GPU/network)
uv run ruff check . && uv run ruff format .
uv run flash --help
uv run flash-server # control plane (operator-side, run once)
The control plane owns provider credentials: RUNPOD_API_KEY is always required
(RunPod is the default substrate), VAST_API_KEY is opt-in (only checked when set),
plus the shared HF_TOKEN.
The artifact repo is per-run (the run TOML's [train] hf_repo), not an
operator-wide env var. Clients authenticate with their freesolo API key (flash login).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file freesolo_flash-0.2.15.tar.gz.
File metadata
- Download URL: freesolo_flash-0.2.15.tar.gz
- Upload date:
- Size: 584.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35743cb0899781e9b7030e71b0144ba28d80006aa23f1e33d698041ba89592ca
|
|
| MD5 |
88c8fac169123b0fd89dc094f18ee06c
|
|
| BLAKE2b-256 |
e642e6f9d9d8636044b25154f1e6fb3897dde8c90eede605160fd4501d251e3a
|
File details
Details for the file freesolo_flash-0.2.15-py3-none-any.whl.
File metadata
- Download URL: freesolo_flash-0.2.15-py3-none-any.whl
- Upload date:
- Size: 280.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd144a07b573e7f7eb75d363190de5af1c6e611492941bc5ee9c741e071a57ff
|
|
| MD5 |
14b7bd4f30c9b95248731ffa82ea8de9
|
|
| BLAKE2b-256 |
eef18bbf5155184d2034dfc4062e0651782bad032e7d27d3769e19103bf0cedc
|