You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
manifest/README.md

21 lines
261 B
Markdown

2 years ago
# manifest
Prompt programming with FMs.
# Install
Download the code:
```
git clone git@github.com:HazyResearch/manifest.git
cd manifest
```
Install:
```
pip install poetry
poetry install
poetry run pre-commit install
```
or
```
pip install poetry
make dev
```