LICENSE
README.md
pyproject.toml
tests/test_benchmark.py
tests/test_checkpoints.py
tests/test_cli_train.py
tests/test_config.py
tests/test_dashboard.py
tests/test_data.py
tests/test_dpo_trainer.py
tests/test_evaluate.py
tests/test_evaluation.py
tests/test_export.py
tests/test_feature_distillation_trainer.py
tests/test_full_trainer.py
tests/test_hub.py
tests/test_inference.py
tests/test_instruction_trainer.py
tests/test_integration.py
tests/test_integrations.py
tests/test_merge.py
tests/test_notifications.py
tests/test_plugins.py
tests/test_prune.py
tests/test_qlora_trainer.py
tests/test_recommend.py
tests/test_response_distillation_trainer.py
tests/test_structured_pruner.py
tests/test_sweep.py
tests/test_templates.py
tests/test_trainers.py
tests/test_tui.py
tests/test_upload.py
tests/test_ux.py
tests/test_wanda_cli.py
tests/test_wanda_pruner.py
xlmtec/__init__.py
xlmtec.egg-info/PKG-INFO
xlmtec.egg-info/SOURCES.txt
xlmtec.egg-info/dependency_links.txt
xlmtec.egg-info/entry_points.txt
xlmtec.egg-info/requires.txt
xlmtec.egg-info/top_level.txt
xlmtec/cli/__init__.py
xlmtec/cli/main.py
xlmtec/cli/ux.py
xlmtec/cli/commands/ai_suggest.py
xlmtec/cli/commands/config.py
xlmtec/cli/commands/config_validate.py
xlmtec/cli/commands/dashboard.py
xlmtec/cli/commands/dry_run.py
xlmtec/cli/commands/evaluate.py
xlmtec/cli/commands/export.py
xlmtec/cli/commands/hub.py
xlmtec/cli/commands/plugin.py
xlmtec/cli/commands/predict.py
xlmtec/cli/commands/recommend.py
xlmtec/cli/commands/resume.py
xlmtec/cli/commands/sweep.py
xlmtec/cli/commands/template.py
xlmtec/cli/commands/train.py
xlmtec/core/__init__.py
xlmtec/core/config.py
xlmtec/core/config_builder.py
xlmtec/core/exceptions.py
xlmtec/core/types.py
xlmtec/dashboard/__init__.py
xlmtec/dashboard/comparator.py
xlmtec/dashboard/reader.py
xlmtec/evaluation/__init__.py
xlmtec/evaluation/base.py
xlmtec/evaluation/benchmarker.py
xlmtec/evaluation/evaluator.py
xlmtec/evaluation/metrics.py
xlmtec/export/__init__.py
xlmtec/export/exporter.py
xlmtec/export/formats.py
xlmtec/export/backends/__init__.py
xlmtec/export/backends/gguf.py
xlmtec/export/backends/onnx.py
xlmtec/export/backends/safetensors.py
xlmtec/inference/__init__.py
xlmtec/inference/data_loader.py
xlmtec/inference/predictor.py
xlmtec/inference/writer.py
xlmtec/integrations/__init__.py
xlmtec/integrations/base.py
xlmtec/integrations/claude.py
xlmtec/integrations/codex.py
xlmtec/integrations/gemini.py
xlmtec/integrations/prompt_builder.py
xlmtec/integrations/response_parser.py
xlmtec/models/__init__.py
xlmtec/models/loader.py
xlmtec/notifications/__init__.py
xlmtec/notifications/base.py
xlmtec/notifications/desktop.py
xlmtec/notifications/dispatcher.py
xlmtec/notifications/email.py
xlmtec/notifications/slack.py
xlmtec/plugins/__init__.py
xlmtec/plugins/loader.py
xlmtec/plugins/store.py
xlmtec/sweep/__init__.py
xlmtec/sweep/config.py
xlmtec/sweep/runner.py
xlmtec/templates/__init__.py
xlmtec/templates/registry.py
xlmtec/trainers/__init__.py
xlmtec/trainers/base.py
xlmtec/trainers/dpo_trainer.py
xlmtec/trainers/factory.py
xlmtec/trainers/feature_distillation_trainer.py
xlmtec/trainers/full_trainer.py
xlmtec/trainers/instruction_trainer.py
xlmtec/trainers/lora_trainer.py
xlmtec/trainers/qlora_trainer.py
xlmtec/trainers/response_distillation_trainer.py
xlmtec/trainers/structured_pruner.py
xlmtec/trainers/wanda_pruner.py
xlmtec/tui/__init__.py
xlmtec/tui/app.py
xlmtec/tui/screens/__init__.py
xlmtec/tui/screens/benchmark.py
xlmtec/tui/screens/evaluate.py
xlmtec/tui/screens/home.py
xlmtec/tui/screens/merge.py
xlmtec/tui/screens/recommend.py
xlmtec/tui/screens/result.py
xlmtec/tui/screens/running.py
xlmtec/tui/screens/train.py
xlmtec/tui/screens/upload.py
xlmtec/tui/widgets/__init__.py
xlmtec/tui/widgets/command_card.py
xlmtec/tui/widgets/log_panel.py
xlmtec/tui/widgets/metric_table.py
xlmtec/utils/__init__.py
xlmtec/utils/logging.py