-
Notifications
You must be signed in to change notification settings - Fork 1
LLM stacks \ 1.2 LLMs, UIs
25.0625 Lab notes (Gdrive), Git
see: #499_BBB_AI_API_deployments_devplan_

A1-1 LLMs build
Code from scratch. Very low level demos to learn the core stuff about weights, models, etc.. its missing the glue logic and size, both important for real world models.

(full LLM) (OUT OF SCOPE)
external apps cant working with a bare token generator. so have to add lots of “glue logic”, that
- controls the token generator, inputs
- reformats outputs
- enables contact with outside world (API that openAI APIs can converse with, etc)
- provides the simulated human conversational partner functionality
But this is really complex. So not something even attempted in the AI sandbox.

(Ollama, auto-download, Nvidia drivers setup)
Instead usually use either
- remote model (chatGPT, etc) or
- imported local model (from HF, running in Ollama (??) )

A1-2 LLM fork/train/fine-tune (was LLMs)
IF the model requires customization, then train and/or fine tune own model. for example: 1 fork a model on HF 2 train / fine-tum

A1-6 Model deploy
How to control? Safe if HF is not CC account? Deploy model. Model can now be hijacked? 3 push to HF 4 use the model remotely

DEMO. ANALYZE. DOCUMENT. REPEAT.
26.0502 About the author, ZiptieAI.com, Substack, Lab notes (Gdrive), Git, Youtube, Deployments
AI concepts 26.0409
Phase 4 Agentic AI
- 4-1 Concepts 26.0410
- 4-2 Demos 26.0425
- 4-3 Industry examples
Phase 3 Robotic intelligence (2026)
Phase 2 LLM stacks (2024-2025)
Phase 1 AI drones (2023-2024)
About the author, Lab notes (Gdrive), Git, Substack, ZiptieAI.com, videos, GI