Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 352 Bytes

LLM Workshop

Setup (for running notebook on AWS Studio Lab)

See workshop participants doc

Setup (for running notebook locally)

# install poetry (Python dependency manager)
which poetry || pip install poetry

# install dependencies
poetry install

# start virtual environment
poetry shell

# start notebook locally
jupyter notebook