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
tests/test_addition_dataset.py
tests/test_analysis.py
tests/test_base.py
tests/test_bundle.py
tests/test_checkpoint.py
tests/test_cleanup.py
tests/test_cli.py
tests/test_cli_browser.py
tests/test_cli_configure.py
tests/test_cli_execute.py
tests/test_cli_import.py
tests/test_cli_logs.py
tests/test_cli_run.py
tests/test_cli_verbosity.py
tests/test_combobulator.py
tests/test_comet_logging.py
tests/test_contrastive_roundtrip.py
tests/test_data.py
tests/test_datasets.py
tests/test_eval_padding.py
tests/test_execute_bootstrap.py
tests/test_execute_bootstrap_generate.py
tests/test_execute_dispatch.py
tests/test_execute_provider_utils.py
tests/test_execute_run.py
tests/test_execute_solve.py
tests/test_execute_volcano.py
tests/test_flywheel_determinism.py
tests/test_flywheel_reads.py
tests/test_gpu_availability.py
tests/test_hardware_discovery.py
tests/test_hardware_dispatch.py
tests/test_inference.py
tests/test_job.py
tests/test_kv_cache.py
tests/test_lora.py
tests/test_mfu.py
tests/test_model_flops.py
tests/test_module_debug.py
tests/test_optimizers.py
tests/test_optional_dependencies.py
tests/test_profiler.py
tests/test_quick.py
tests/test_registries.py
tests/test_rollout_chat_tokenization.py
tests/test_rollout_eos.py
tests/test_scalar_metadata.py
tests/test_schedules.py
tests/test_sharding.py
tests/test_stack_e2e.py
tests/test_store.py
tests/test_store_delta.py
tests/test_trainer_lifecycle.py
tests/test_unembedding_dtype.py
theseus/__init__.py
theseus/checkpoint.py
theseus/config.py
theseus/job.py
theseus/quick.py
theseus/registry.py
theseus/store.py
theseus/analysis/__init__.py
theseus/analysis/attention.py
theseus/analysis/base.py
theseus/analysis/plots.py
theseus/analysis/trace.py
theseus/base/__init__.py
theseus/base/axis.py
theseus/base/chip.py
theseus/base/dag.py
theseus/base/hardware.py
theseus/base/job.py
theseus/base/topology.py
theseus/cli/__init__.py
theseus/cli/app.py
theseus/cli/cleanup.py
theseus/cli/configure.py
theseus/cli/jobs.py
theseus/cli/run.py
theseus/cli/submit.py
theseus/cli/ui.py
theseus/cli/configurator/__init__.py
theseus/cli/configurator/fields.py
theseus/cli/configurator/steps.py
theseus/cli/interface/__init__.py
theseus/cli/interface/actions.py
theseus/cli/interface/age.py
theseus/cli/interface/cache.py
theseus/cli/interface/chart.js
theseus/cli/interface/chart.py
theseus/cli/interface/data.py
theseus/cli/interface/driver.py
theseus/cli/interface/fields.py
theseus/cli/interface/keyboard.js
theseus/cli/interface/location.py
theseus/cli/interface/log_data.py
theseus/cli/interface/log_list.py
theseus/cli/interface/log_view.py
theseus/cli/interface/navigation.py
theseus/cli/interface/plot.py
theseus/cli/interface/plot_controls.py
theseus/cli/interface/plot_math.py
theseus/cli/interface/plotly_options.py
theseus/cli/interface/run.py
theseus/cli/interface/state.py
theseus/cli/interface/status.py
theseus/cli/interface/terminal.css
theseus/cli/interface/timeline.py
theseus/cli/interface/tree.py
theseus/cli/interface/tree_row.py
theseus/cli/interface/view.py
theseus/cli/interface/views.py
theseus/cli/interface/walk.py
theseus/data/__init__.py
theseus/data/tokenize.py
theseus/data/tokenizer.py
theseus/data/datasets/__init__.py
theseus/data/datasets/addition.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/fineweb_edu.py
theseus/data/datasets/flan.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/openr1_math.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/pile_injected.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/evaluation/__init__.py
theseus/evaluation/base.py
theseus/evaluation/datasets/__init__.py
theseus/evaluation/datasets/addition.py
theseus/evaluation/datasets/alpaca.py
theseus/evaluation/datasets/arc_challenge.py
theseus/evaluation/datasets/arithmetic.py
theseus/evaluation/datasets/bbh.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/gsm8k.py
theseus/evaluation/datasets/hellaswag.py
theseus/evaluation/datasets/longbench.py
theseus/evaluation/datasets/longhealth.py
theseus/evaluation/datasets/math.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/pg19_lengthgen.py
theseus/evaluation/datasets/pile.py
theseus/evaluation/datasets/pile_injected.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/execute/__init__.py
theseus/execute/bootstrap.py
theseus/execute/bootstrap.sh
theseus/execute/bundle.py
theseus/execute/combobulator.py
theseus/execute/config.py
theseus/execute/dispatch.py
theseus/execute/solve.py
theseus/execute/provider/__init__.py
theseus/execute/provider/base.py
theseus/execute/provider/ssh.py
theseus/execute/provider/utils.py
theseus/execute/provider/slurm/__init__.py
theseus/execute/provider/slurm/availability.py
theseus/execute/provider/slurm/provider.py
theseus/execute/provider/volcano/__init__.py
theseus/execute/provider/volcano/config.py
theseus/execute/provider/volcano/manifest.py
theseus/execute/provider/volcano/transport.py
theseus/execute/run/__init__.py
theseus/execute/run/__main__.py
theseus/execute/run/lineage.py
theseus/execute/run/run.py
theseus/experiments/__init__.py
theseus/experiments/benchmark.py
theseus/experiments/data/__init__.py
theseus/experiments/data/blockwise.py
theseus/experiments/data/streaming.py
theseus/experiments/forking/__init__.py
theseus/experiments/forking/pretrain.py
theseus/experiments/models/__init__.py
theseus/experiments/models/gpt.py
theseus/experiments/models/gpt_neox.py
theseus/experiments/models/llama.py
theseus/experiments/models/qwen.py
theseus/experiments/models/qwen_3_5.py
theseus/inference/__init__.py
theseus/inference/base.py
theseus/model/__init__.py
theseus/model/axes.py
theseus/model/debug.py
theseus/model/masks.py
theseus/model/module.py
theseus/model/utils.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/gated_delta.py
theseus/model/attention/grouped.py
theseus/model/attention/rope.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/qwen_3_5.py
theseus/model/layers/__init__.py
theseus/model/layers/layernorm.py
theseus/model/layers/mlp.py
theseus/model/layers/mrope.py
theseus/model/layers/rmsnorm.py
theseus/model/layers/rope.py
theseus/model/models/__init__.py
theseus/model/models/base.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/model/models/contrib/qwen_3_5.py
theseus/model/models/contrib/qwen_3_5_moe.py
theseus/model/moe/__init__.py
theseus/model/moe/base.py
theseus/model/moe/shared.py
theseus/training/__init__.py
theseus/training/backbone.py
theseus/training/base.py
theseus/training/contrastive.py
theseus/training/grpo.py
theseus/training/kl_divergence.py
theseus/training/lora.py
theseus/training/ppo.py
theseus/training/profiler.html
theseus/training/profiler.py
theseus/training/utils.py
theseus/training/flywheel/__init__.py
theseus/training/flywheel/contrastive.py
theseus/training/flywheel/dataset.py
theseus/training/flywheel/io.py
theseus/training/flywheel/padded.py
theseus/training/flywheel/pmd.py
theseus/training/flywheel/strategy.py
theseus/training/flywheel/stream.py
theseus/training/optimizers/__init__.py
theseus/training/optimizers/adamw.py
theseus/training/optimizers/base.py
theseus/training/optimizers/muon.py
theseus/training/schedules/__init__.py
theseus/training/schedules/base.py
theseus/training/schedules/cosine_rewarm.py
theseus/training/schedules/wsd.py
theseus/training/schedules/wsds.py