Tom Fenton moves from local AI concepts to hands-on tools for matching LLMs to hardware, running local chatbots with Ollama and benchmarking AI performance.
TALON/ ├── config.py <- Dataset root paths & DINO pretrain path ├── train.py <- Training entry point ├── test.py <- Evaluation entry point ├── pyproject.toml <- Project metadata & dependencies (uv) │ ...