Aravindhan11's picture
Deploy Intelligent Distributed LLaMA Framework
52510e8 verified
raw
history blame contribute delete
385 Bytes
[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",
]