Skip to content

Code trying out various LLM frameworks and libraries

License

Notifications You must be signed in to change notification settings

jeremy-miller/llm-frameworks

Repository files navigation

LLM Frameworks and Libraries

Code trying out the following LLM application frameworks and libraries:

Setup

  1. Create virtual environment: python -m venv .venv
  2. Activate virtual environment: source .venv/bin/activate
  3. Install requirements: pip install -r requirements.txt