Skip to content

udacity/introduction-to-llms

Repository files navigation

Purpose of This Repo

This repo contains the code for the demos and exercises in the Udacity Introduction to LLMs lesson.

Environment Requirements and Installation

git clone https://github.com/udacity/introduction-to-llms.git
cd introduction-to-llms
python3 -m venv venv_intro_llms
source venv_intro_llms/bin/activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt

Folder Structure

This repo contains a folder for the exercise and demo shared in the lesson.

exercise_chatbot
  - starter
  - solution
demo_cot_llama2

About

Lesson repository for Introduction to LLMs (cd13317)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published