https://github.com/mendhak/notebook-llm-hands-on-tutorial
Python Notebook accompanying this tutorial
https://github.com/mendhak/notebook-llm-hands-on-tutorial
Last synced: 9 months ago
JSON representation
Python Notebook accompanying this tutorial
- Host: GitHub
- URL: https://github.com/mendhak/notebook-llm-hands-on-tutorial
- Owner: mendhak
- Created: 2023-11-19T21:51:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T09:21:19.000Z (about 2 years ago)
- Last Synced: 2025-02-12T06:38:45.577Z (11 months ago)
- Language: Jupyter Notebook
- Homepage: https://code.mendhak.com/hands-on-llm-tutorial/
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Use a Python virtual environment:
```
python3 -m venv .venv
source .venv/bin/activate
```
When running the notebook choose the virtual environment as the interpreter.