Skip to content

Commit 5d58ab4

Browse files
authored
Update README.md
1 parent fcba45f commit 5d58ab4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This repo provides basic tuning scripts with support for specific models. The re
77

88
## Installation
99

10+
### 1. Install from wheel
1011
```
1112
pip install fms-hf-tuning
1213
```
@@ -29,6 +30,12 @@ pip install git+https://github.com/foundation-model-stack/fms-acceleration.git#s
2930
```
3031
`fms-acceleration` is a collection of plugins that packages that accelerate fine-tuning / training of large models, as part of the `fms-hf-tuning` suite. For more details see [this section below](#fms-acceleration).
3132

33+
### 2. Build from source
34+
35+
We have committed a `poetry.lock` file to allow reproducible enviornments. If building from source, you can clone the repository and use poetry to install as mentioned in [development docs](/CONTRIBUTING.md#development)
36+
37+
If building in a dockerfile use `poetry export --format requirements.txt` can install same dependencies from the lock file. Maintainers regularly update the lock file.
38+
3239
## Data format
3340
We support two data formats:
3441

0 commit comments

Comments
 (0)