File size: 385 Bytes
52510e8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [project]
name = "Distributed-Transformer-Training-Framework"
version = "0.1.0"
description = "A comprehensive framework for distributed transformer training from scratch"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=4.4.1",
"numpy>=2.3.4",
"rich>=14.2.0",
"torch>=2.9.0",
"transformers>=4.57.1",
"wandb>=0.23.0",
]
|