Skip to content

Commit

Permalink
add 2.3.0 pre-release admonition along with example installation in…
Browse files Browse the repository at this point in the history
…structions
  • Loading branch information
speediedan committed May 17, 2024
1 parent 160c87a commit b96c157
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ ______________________________________________________________________

## Setup

> \[!NOTE\]
> Because Lightning is not currently planning an official `2.3.0` release, this FTS release is marked as a pre-release and pins a `lightning` `2.3.0dev` commit. A return to normal Lightning cadence is expected with `2.4.0` and FTS will release accordingly. Installation of this FTS pre-release can either follow the normal installation from source or use the release archive, e.g.:
```bash
export FTS_VERSION=2.3.0 && \
wget https://github.com/speediedan/finetuning-scheduler/releases/download/v${FTS_VERSION}-rc1/finetuning_scheduler-${FTS_VERSION}rc1.tar.gz && \
pip install finetuning_scheduler-${FTS_VERSION}rc1.tar.gz
```

### Step 0: Install from PyPI

```bash
Expand Down

0 comments on commit b96c157

Please sign in to comment.