Skip to content

cbo100/llm-workshop

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%