LLMs-from-scratch vs ray

A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.

LLMs-from-scratchray
TaglineImplement a ChatGPT-like LLM in PyTorch from scratchUnified framework for scaling AI and Python applications
Stars99k43k
Forks15k7.8k
Open issues43.5k
LanguageJupyter NotebookPython
LicenseOtherApache-2.0
Last pushedJun 2, 2026Jul 7, 2026
CategoriesModel Training, LLM FrameworksDeveloper Tools, Inference & Serving, Data & Retrieval, Model Training, LLM Frameworks

LLMs-from-scratch

Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.

Jupyter Notebook

ray

Ray is a compute engine that includes a distributed runtime core and libraries tailored for AI tasks like ML training, hyperparameter tuning, reinforcement learning, and serving. It supports data scalability through Datasets, facilitating efficient distribution of datasets across clusters.

Python