#97 · Primary category: MLOps & Evaluation
llm-foundry
LLM training code for Databricks foundation models
Project last updated:03/25/26
GitHub Stars
4.4K
Forks
590
Contributors
107
License
Apache-2.0
Why we included this project
Teams building large language models need more than a model architecture; they need a pipeline that turns raw text into something a GPU cluster can chew through efficiently. llm-foundry covers that span, from converting source data into MosaicML's StreamingDataset format through pretraining models between roughly 125M and 70B parameters, finetuning on custom data, running academic or custom evaluations, and exporting the result for inference. It builds on the Composer trainer, and the configuration files in the repo reflect work that actually ran: Databricks' Mosaic team trained DBRX with these exact tools, so the YAML configs are patterns proven on frontier-scale workloads rather than toy examples. You also get benchmarking utilities for throughput and MFU plus Flash Attention support out of the box, which makes it a solid starting point for teams that want reproducible, GPU-efficient training without assembling the pieces themselves.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models