remove reqs and update community readme

This commit is contained in:
Jai Suphavadeeprasit 2026-02-26 10:02:26 -05:00
parent fb3228f669
commit dbf6026165
5 changed files with 116 additions and 12 deletions

View file

@ -107,7 +107,9 @@ The `lora_only` mode requires `--enforce-eager` which **disables CUDA graphs**,
## Quick Start: LoRA Training (Recommended)
### Step 1: Install Dependencies
- They are listed in the requirements.txt file that you can see
- Install from `pyproject.toml` extras:
- `pip install -e ".[example_trainer]"`
- or everything: `pip install -e ".[all]"`
### Step 2: Start All Components