Key Concepts
Required packages for Concepts workshops ..
Ensure you have completed the WSL & Docker section and have access to an Ubuntu 24.04 LTS environment with Docker Installed.
x
For Linux - depends on Graphics card - its type (GTX, AMD, ARM64).
You will need to install CUDA or AMD ROCm drivers
- Install uv . 
cURL
curl -LsSf https://astral.sh/uv/install.sh | shPowershell
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"- Add $HOME/.local/bin to your PATH. 
source $HOME/.local/bin/env- Check to see if Git is installed. 
git --version- If not install. 
sudo apt install git- Clone or fork Workshop--LLM git repository. 
git clone https://github.com/jporeilly/Workshop--LLM.gitgh
- Download and install gh. 
sudo apt update
sudo apt install gh- Clone or fork Workshop--LLM git repository. 
gh repo clone jporeilly/Workshop--LLMOnly download Ollama and pull llama3.2:latest model, if you haven't completed the Quickstart: Ollama & Chatbox.
- Start WSL Ubuntu 24.04. 
- Run the following command to download and install Ollama. 
curl -fsSL https://ollama.com/install.sh | shPull Llama3.2:latest model
- Pull llama3.2:latest. 
ollama pull llama3.2:latest
- Connect to the WSL Ubuntu 24.0.4 

- Clone the following Workshop--LLM directory. 
cd
git clone https://github.com/jporeilly/Workshop--LLM.git- In Visual Studio Code, connect to WSL. 
x
x
x
- and Open folder: Workshop--LLM/Key Concepts 
Last updated

