https://github.com/hailiang-wang/llm-get-started/
LLM Get Started
Get started with LLMs.
First, Install
- Python 3.11
- Pytorch 2.6+
- ollama by installer - https://ollama.com/download.
Next, clone codes.
git clone https://github.com/hailiang-wang/llm-get-started.git
cd llm-get-started
Works
Section | README | SHORT DESCRIPTION |
---|---|---|
001_transformer | README | Transformer basics, original algorithm fundamentals for Transformer Model. |
002_deepseek | README | Run inferences and reasoning with DeepSeek R1. |
003_langchain | README | Langchain for RAG |