LICENSE
README.md
pyproject.toml
src/gpt_simple/__init__.py
src/gpt_simple/__main__.py
src/gpt_simple/_checkpoint.py
src/gpt_simple/_logging.py
src/gpt_simple/_run_state.py
src/gpt_simple/_shutdown.py
src/gpt_simple/_streaming.py
src/gpt_simple/_train_loop.py
src/gpt_simple/_train_setup.py
src/gpt_simple/config.py
src/gpt_simple/data.py
src/gpt_simple/errors.py
src/gpt_simple/generate.py
src/gpt_simple/model.py
src/gpt_simple/pretokenize.py
src/gpt_simple/tokenizer.py
src/gpt_simple/train.py
src/gpt_simple/validate.py
src/gpt_simple/cli/__init__.py
src/gpt_simple/cli/batch_generate_cmd.py
src/gpt_simple/cli/generate_cmd.py
src/gpt_simple/cli/init_cmd.py
src/gpt_simple/cli/main.py
src/gpt_simple/cli/status_cmd.py
src/gpt_simple/cli/stop_cmd.py
src/gpt_simple/cli/tokenize_cmd.py
src/gpt_simple/cli/train_cmd.py
src/gpt_simple/cli/validate_cmd.py
src/gpt_simple_lm.egg-info/PKG-INFO
src/gpt_simple_lm.egg-info/SOURCES.txt
src/gpt_simple_lm.egg-info/dependency_links.txt
src/gpt_simple_lm.egg-info/entry_points.txt
src/gpt_simple_lm.egg-info/requires.txt
src/gpt_simple_lm.egg-info/top_level.txt
tests/test_bucket_exhaustion.py
tests/test_checkpoint.py
tests/test_cli.py
tests/test_data_resume.py
tests/test_dataloader_clamp.py
tests/test_distributed_invariants.py
tests/test_e2e_resume.py
tests/test_initialization.py
tests/test_model_arch.py
tests/test_pretokenized.py
tests/test_shutdown.py
tests/test_validate.py