Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.08 KB

File metadata and controls

42 lines (27 loc) · 1.08 KB

SUPER-GIANT framework

One repo for custom LLM experiments: data → train → checkpoint → inference.

Full pipeline

SUPER-GIANT framework

Main path:

sg configs --status recommended
sg tokenizer train --config GIANT/v3/Configs/Tokenizer/giant_chat_bg_en_bpe32k.yml
sg data build --config GIANT/v3/Configs/Data/giant_chat_pretraining_bg_en_900m_bpe32k.yml
sg train --config GIANT/v3/Configs/Training/1_pretraining_100m_bg_en_ctx256_32k_1p8b.yml

GPU ops

SUPER-GIANT ops

Rule: GPUs are disposable, /proj/giant-data and S3 are durable.

Artifacts

SUPER-GIANT artifacts

Mapping:

/proj/giant-data/GIANT/foo  <=>  s3://giant-data/GIANT/foo

Each serious run writes run_manifest.json.

Where to look