Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed May 15, 2024
1 parent d55723f commit 5913e19
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ In production mode, nothing will hot reload and python modules are cached.

To see an index of the available language services, head to `localhost:3000`.

## Finetuning and dependency groups

`poetry install` will only install the main dependencies - the stuff used in the
docker image.

Dependencies for finetuning (which include huge models) are in a special
optional `ft` group in the `pyproject.toml`.

To install these, do `poetry install --with ft`

## CLI

To communicate with and test the server, you can use `@openfn/cli`.
Expand Down

0 comments on commit 5913e19

Please sign in to comment.