LICENSE
README.md
pyproject.toml
libthx.egg-info/PKG-INFO
libthx.egg-info/SOURCES.txt
libthx.egg-info/dependency_links.txt
libthx.egg-info/entry_points.txt
libthx.egg-info/requires.txt
libthx.egg-info/top_level.txt
theseus/__init__.py
theseus/cli.py
theseus/config.py
theseus/job.py
theseus/mock.py
theseus/plot.py
theseus/quick.py
theseus/registry.py
theseus/base/__init__.py
theseus/base/axis.py
theseus/base/chip.py
theseus/base/hardware.py
theseus/base/job.py
theseus/base/topology.py
theseus/data/__init__.py
theseus/data/tokenize.py
theseus/data/tokenizer.py
theseus/data/datasets/__init__.py
theseus/data/datasets/alpaca.py
theseus/data/datasets/bbq.py
theseus/data/datasets/ccaligned.py
theseus/data/datasets/cfq.py
theseus/data/datasets/clutrr.py
theseus/data/datasets/dataset.py
theseus/data/datasets/fever.py
theseus/data/datasets/fineweb.py
theseus/data/datasets/harmfulqa.py
theseus/data/datasets/longbench.py
theseus/data/datasets/longhealth.py
theseus/data/datasets/mmlu.py
theseus/data/datasets/mnli.py
theseus/data/datasets/mtob.py
theseus/data/datasets/pes2o.py
theseus/data/datasets/pg19.py
theseus/data/datasets/pile.py
theseus/data/datasets/pile_detoxify.py
theseus/data/datasets/qqp.py
theseus/data/datasets/siqa.py
theseus/data/datasets/squad.py
theseus/data/datasets/sst2.py
theseus/data/datasets/winogrande.py
theseus/data/datasets/redcodegen/__init__.py
theseus/data/datasets/redcodegen/hardening.py
theseus/dispatch/__init__.py
theseus/dispatch/bootstrap.py
theseus/dispatch/config.py
theseus/dispatch/dispatch.py
theseus/dispatch/slurm.py
theseus/dispatch/solve.py
theseus/dispatch/ssh.py
theseus/dispatch/sync.py
theseus/dispatch/tpu.py
theseus/dispatch/volcano.py
theseus/dispatch/mailbox/__init__.py
theseus/dispatch/mailbox/mailbox.py
theseus/dispatch/mailbox/sidecar.py
theseus/evaluation/__init__.py
theseus/evaluation/base.py
theseus/evaluation/huggingface.py
theseus/evaluation/datasets/__init__.py
theseus/evaluation/datasets/bbq.py
theseus/evaluation/datasets/blimp.py
theseus/evaluation/datasets/ccaligned.py
theseus/evaluation/datasets/cfq.py
theseus/evaluation/datasets/clutrr.py
theseus/evaluation/datasets/fever.py
theseus/evaluation/datasets/longbench.py
theseus/evaluation/datasets/longhealth.py
theseus/evaluation/datasets/mmlu.py
theseus/evaluation/datasets/mnli.py
theseus/evaluation/datasets/mtob.py
theseus/evaluation/datasets/perplexity_evals.py
theseus/evaluation/datasets/pes2o.py
theseus/evaluation/datasets/pg19.py
theseus/evaluation/datasets/pile.py
theseus/evaluation/datasets/qqp.py
theseus/evaluation/datasets/siqa.py
theseus/evaluation/datasets/squad.py
theseus/evaluation/datasets/sst2.py
theseus/evaluation/datasets/tinystories.py
theseus/evaluation/datasets/winogrande.py
theseus/experiments/__init__.py
theseus/experiments/continual/__init__.py
theseus/experiments/continual/abcd.py
theseus/experiments/models/__init__.py
theseus/experiments/models/forking.py
theseus/experiments/models/gpt.py
theseus/experiments/models/gpt_neox.py
theseus/experiments/models/llama.py
theseus/experiments/models/qwen.py
theseus/experiments/redcodegen/__init__.py
theseus/experiments/redcodegen/hardening.py
theseus/inference/__init__.py
theseus/inference/base.py
theseus/inference/huggingface.py
theseus/model/__init__.py
theseus/model/axes.py
theseus/model/huggingface.py
theseus/model/masks.py
theseus/model/module.py
theseus/model/activations/__init__.py
theseus/model/activations/swiglu.py
theseus/model/attention/__init__.py
theseus/model/attention/base.py
theseus/model/attention/forking.py
theseus/model/attention/grouped.py
theseus/model/attention/rope.py
theseus/model/attention/scratching.py
theseus/model/block/__init__.py
theseus/model/block/block.py
theseus/model/block/forking.py
theseus/model/block/gpt_neox.py
theseus/model/block/llama.py
theseus/model/block/qwen.py
theseus/model/block/scratching.py
theseus/model/layers/__init__.py
theseus/model/layers/layernorm.py
theseus/model/layers/mlp.py
theseus/model/layers/rmsnorm.py
theseus/model/layers/rope.py
theseus/model/models/__init__.py
theseus/model/models/base.py
theseus/model/models/scratchbubbles.py
theseus/model/models/thoughtbubbles.py
theseus/model/models/contrib/__init__.py
theseus/model/models/contrib/gpt_neox.py
theseus/model/models/contrib/llama.py
theseus/model/models/contrib/marin.py
theseus/model/models/contrib/qwen.py
theseus/training/__init__.py
theseus/training/backbone.py
theseus/training/base.py
theseus/training/contrastive.py
theseus/training/huggingface.py
theseus/training/kl_divergence.py
theseus/training/utils.py
theseus/training/flywheel/__init__.py
theseus/training/flywheel/contrastive.py
theseus/training/flywheel/padded.py
theseus/training/flywheel/pmd.py
theseus/training/flywheel/strategy.py
theseus/training/optimizers/__init__.py
theseus/training/optimizers/adamw.py
theseus/training/optimizers/muon.py
theseus/training/schedules/__init__.py
theseus/training/schedules/wsd.py
theseus/training/schedules/wsds.py
theseus/web/__init__.py
theseus/web/app.py
theseus/web/auth.py
theseus/web/generate_password_hash.py
theseus/web/models.py
theseus/web/routes/__init__.py
theseus/web/routes/api.py
theseus/web/routes/auth.py
theseus/web/routes/views.py
theseus/web/services/__init__.py
theseus/web/services/cache.py
theseus/web/services/checkpoints.py
theseus/web/services/logs.py
theseus/web/services/status.py