LICENSE
README.md
pyproject.toml
termux_train/__init__.py
termux_train/cli.py
termux_train/tensor.py
termux_train.egg-info/PKG-INFO
termux_train.egg-info/SOURCES.txt
termux_train.egg-info/dependency_links.txt
termux_train.egg-info/entry_points.txt
termux_train.egg-info/requires.txt
termux_train.egg-info/top_level.txt
termux_train/backend/__init__.py
termux_train/backend/base.py
termux_train/backend/numpy_backend.py
termux_train/backend/python_backend.py
termux_train/checkpoint/__init__.py
termux_train/checkpoint/lora_io.py
termux_train/checkpoint/safetensors.py
termux_train/data/__init__.py
termux_train/data/docfold.py
termux_train/data/mmap_dataset.py
termux_train/nn/__init__.py
termux_train/nn/activations.py
termux_train/nn/attention.py
termux_train/nn/embedding.py
termux_train/nn/layernorm.py
termux_train/nn/linear.py
termux_train/nn/lora.py
termux_train/nn/loss.py
termux_train/nn/module.py
termux_train/nn/parameter.py
termux_train/nn/quantization.py
termux_train/nn/rope.py
termux_train/nn/sequential.py
termux_train/nn/transformer.py
termux_train/nn/utils.py
termux_train/optim/__init__.py
termux_train/optim/adam.py
termux_train/optim/adamw.py
termux_train/optim/optimizer.py
termux_train/optim/sgd.py
termux_train/runtime/__init__.py
termux_train/runtime/checkpoint.py
termux_train/runtime/trainer.py
termux_train/tokenization/__init__.py
termux_train/tokenization/base.py
termux_train/tokenization/byte.py
termux_train/tokenization/char.py
termux_train/tokenization/word.py
termux_train/utils/__init__.py
termux_train/utils/gradcheck.py
termux_train/utils/termux_env.py
tests/test_advanced_production_features.py
tests/test_audit_deep_hardening.py
tests/test_audit_hardening.py
tests/test_audit_production_fixes.py
tests/test_audit_scorecard.py
tests/test_autograd.py
tests/test_autograd_correctness.py
tests/test_autograd_lifecycle.py
tests/test_backend.py
tests/test_docfold.py
tests/test_dtype.py
tests/test_embedding.py
tests/test_functional_hardening.py
tests/test_gradcheck.py
tests/test_lora.py
tests/test_lora_adapter_io.py
tests/test_lora_checkpoint.py
tests/test_lora_training.py
tests/test_nn.py
tests/test_optim.py
tests/test_package_identity.py
tests/test_runtime.py
tests/test_tensor.py
tests/test_tokenization.py
tests/test_training.py
tests/test_transformer.py
tests/test_transformer_math.py