CHANGELOG.md
LICENSE
MANIFEST.in
README.md
config_template.yaml
pyproject.toml
./forgelm/__init__.py
./forgelm/_http.py
./forgelm/_version.py
./forgelm/benchmark.py
./forgelm/chat.py
./forgelm/compliance.py
./forgelm/config.py
./forgelm/data.py
./forgelm/deploy.py
./forgelm/export.py
./forgelm/fit_check.py
./forgelm/grpo_rewards.py
./forgelm/inference.py
./forgelm/ingestion.py
./forgelm/judge.py
./forgelm/merging.py
./forgelm/model.py
./forgelm/model_card.py
./forgelm/py.typed
./forgelm/quickstart.py
./forgelm/results.py
./forgelm/safety.py
./forgelm/synthetic.py
./forgelm/trainer.py
./forgelm/utils.py
./forgelm/webhook.py
./forgelm/cli/__init__.py
./forgelm/cli/__main__.py
./forgelm/cli/_argparse_types.py
./forgelm/cli/_config_load.py
./forgelm/cli/_dispatch.py
./forgelm/cli/_dry_run.py
./forgelm/cli/_exit_codes.py
./forgelm/cli/_fit_check.py
./forgelm/cli/_logging.py
./forgelm/cli/_no_train_modes.py
./forgelm/cli/_parser.py
./forgelm/cli/_result.py
./forgelm/cli/_resume.py
./forgelm/cli/_training.py
./forgelm/cli/_wizard.py
./forgelm/cli/subcommands/__init__.py
./forgelm/cli/subcommands/_approvals.py
./forgelm/cli/subcommands/_approve.py
./forgelm/cli/subcommands/_audit.py
./forgelm/cli/subcommands/_audit_log_reader.py
./forgelm/cli/subcommands/_cache.py
./forgelm/cli/subcommands/_chat.py
./forgelm/cli/subcommands/_deploy.py
./forgelm/cli/subcommands/_doctor.py
./forgelm/cli/subcommands/_export.py
./forgelm/cli/subcommands/_ingest.py
./forgelm/cli/subcommands/_purge.py
./forgelm/cli/subcommands/_quickstart.py
./forgelm/cli/subcommands/_reverse_pii.py
./forgelm/cli/subcommands/_safety_eval.py
./forgelm/cli/subcommands/_verify_annex_iv.py
./forgelm/cli/subcommands/_verify_audit.py
./forgelm/cli/subcommands/_verify_gguf.py
./forgelm/data_audit/__init__.py
./forgelm/data_audit/_aggregator.py
./forgelm/data_audit/_croissant.py
./forgelm/data_audit/_minhash.py
./forgelm/data_audit/_optional.py
./forgelm/data_audit/_orchestrator.py
./forgelm/data_audit/_pii_ml.py
./forgelm/data_audit/_pii_regex.py
./forgelm/data_audit/_quality.py
./forgelm/data_audit/_secrets.py
./forgelm/data_audit/_simhash.py
./forgelm/data_audit/_splits.py
./forgelm/data_audit/_streaming.py
./forgelm/data_audit/_summary.py
./forgelm/data_audit/_types.py
./forgelm/safety_prompts/default_probes.jsonl
./forgelm/templates/LICENSES.md
./forgelm/templates/__init__.py
./forgelm/templates/code-assistant/config.yaml
./forgelm/templates/code-assistant/data.jsonl
./forgelm/templates/customer-support/config.yaml
./forgelm/templates/customer-support/data.jsonl
./forgelm/templates/domain-expert/README.md
./forgelm/templates/domain-expert/config.yaml
./forgelm/templates/grpo-math/config.yaml
./forgelm/templates/grpo-math/data.jsonl
./forgelm/templates/medical-qa-tr/config.yaml
./forgelm/templates/medical-qa-tr/data.jsonl
./forgelm/wizard/__init__.py
./forgelm/wizard/_byod.py
./forgelm/wizard/_collectors.py
./forgelm/wizard/_defaults.json
./forgelm/wizard/_io.py
./forgelm/wizard/_orchestrator.py
./forgelm/wizard/_state.py
configs/deepspeed/zero2.json
configs/deepspeed/zero3.json
configs/deepspeed/zero3_offload.json
configs/safety_prompts/bias_discrimination.jsonl
configs/safety_prompts/general_safety.jsonl
configs/safety_prompts/harmful_instructions.jsonl
configs/safety_prompts/jailbreak_attempts.jsonl
configs/safety_prompts/misinformation.jsonl
configs/safety_prompts/privacy_pii.jsonl
forgelm/__init__.py
forgelm/_http.py
forgelm/_version.py
forgelm/benchmark.py
forgelm/chat.py
forgelm/compliance.py
forgelm/config.py
forgelm/data.py
forgelm/deploy.py
forgelm/export.py
forgelm/fit_check.py
forgelm/grpo_rewards.py
forgelm/inference.py
forgelm/ingestion.py
forgelm/judge.py
forgelm/merging.py
forgelm/model.py
forgelm/model_card.py
forgelm/py.typed
forgelm/quickstart.py
forgelm/results.py
forgelm/safety.py
forgelm/synthetic.py
forgelm/trainer.py
forgelm/utils.py
forgelm/webhook.py
forgelm.egg-info/PKG-INFO
forgelm.egg-info/SOURCES.txt
forgelm.egg-info/dependency_links.txt
forgelm.egg-info/entry_points.txt
forgelm.egg-info/requires.txt
forgelm.egg-info/top_level.txt
forgelm/cli/__init__.py
forgelm/cli/__main__.py
forgelm/cli/_argparse_types.py
forgelm/cli/_config_load.py
forgelm/cli/_dispatch.py
forgelm/cli/_dry_run.py
forgelm/cli/_exit_codes.py
forgelm/cli/_fit_check.py
forgelm/cli/_logging.py
forgelm/cli/_no_train_modes.py
forgelm/cli/_parser.py
forgelm/cli/_result.py
forgelm/cli/_resume.py
forgelm/cli/_training.py
forgelm/cli/_wizard.py
forgelm/cli/subcommands/__init__.py
forgelm/cli/subcommands/_approvals.py
forgelm/cli/subcommands/_approve.py
forgelm/cli/subcommands/_audit.py
forgelm/cli/subcommands/_audit_log_reader.py
forgelm/cli/subcommands/_cache.py
forgelm/cli/subcommands/_chat.py
forgelm/cli/subcommands/_deploy.py
forgelm/cli/subcommands/_doctor.py
forgelm/cli/subcommands/_export.py
forgelm/cli/subcommands/_ingest.py
forgelm/cli/subcommands/_purge.py
forgelm/cli/subcommands/_quickstart.py
forgelm/cli/subcommands/_reverse_pii.py
forgelm/cli/subcommands/_safety_eval.py
forgelm/cli/subcommands/_verify_annex_iv.py
forgelm/cli/subcommands/_verify_audit.py
forgelm/cli/subcommands/_verify_gguf.py
forgelm/data_audit/__init__.py
forgelm/data_audit/_aggregator.py
forgelm/data_audit/_croissant.py
forgelm/data_audit/_minhash.py
forgelm/data_audit/_optional.py
forgelm/data_audit/_orchestrator.py
forgelm/data_audit/_pii_ml.py
forgelm/data_audit/_pii_regex.py
forgelm/data_audit/_quality.py
forgelm/data_audit/_secrets.py
forgelm/data_audit/_simhash.py
forgelm/data_audit/_splits.py
forgelm/data_audit/_streaming.py
forgelm/data_audit/_summary.py
forgelm/data_audit/_types.py
forgelm/safety_prompts/default_probes.jsonl
forgelm/templates/LICENSES.md
forgelm/templates/__init__.py
forgelm/templates/code-assistant/config.yaml
forgelm/templates/code-assistant/data.jsonl
forgelm/templates/customer-support/config.yaml
forgelm/templates/customer-support/data.jsonl
forgelm/templates/domain-expert/README.md
forgelm/templates/domain-expert/config.yaml
forgelm/templates/grpo-math/config.yaml
forgelm/templates/grpo-math/data.jsonl
forgelm/templates/medical-qa-tr/config.yaml
forgelm/templates/medical-qa-tr/data.jsonl
forgelm/wizard/__init__.py
forgelm/wizard/_byod.py
forgelm/wizard/_collectors.py
forgelm/wizard/_defaults.json
forgelm/wizard/_io.py
forgelm/wizard/_orchestrator.py
forgelm/wizard/_state.py
tests/test_alignment.py
tests/test_approvals_listing.py
tests/test_benchmark.py
tests/test_cache_subcommands.py
tests/test_check_anchor_resolution.py
tests/test_check_bilingual_parity.py
tests/test_check_cli_help_consistency.py
tests/test_check_field_descriptions.py
tests/test_check_module_size.py
tests/test_check_pip_audit.py
tests/test_check_site_claims.py
tests/test_check_wizard_defaults_sync.py
tests/test_cli.py
tests/test_cli_helpers.py
tests/test_cli_phase10.py
tests/test_cli_quickstart_wiring.py
tests/test_cli_subcommands.py
tests/test_compliance.py
tests/test_config.py
tests/test_config_literal_sweep.py
tests/test_cost_estimation.py
tests/test_data_audit.py
tests/test_data_audit_phase12.py
tests/test_data_audit_workers.py
tests/test_data_edge_cases.py
tests/test_deploy.py
tests/test_distributed.py
tests/test_doctor.py
tests/test_eu_ai_act.py
tests/test_export.py
tests/test_faz27_narrow_exceptions.py
tests/test_fit_check.py
tests/test_galore.py
tests/test_gdpr_erasure.py
tests/test_grpo_format_reward.py
tests/test_grpo_math_reward.py
tests/test_grpo_reward.py
tests/test_human_approval_gate.py
tests/test_inference.py
tests/test_ingestion.py
tests/test_ingestion_phase12.py
tests/test_integration.py
tests/test_judge_functions.py
tests/test_lazy_imports.py
tests/test_library_api.py
tests/test_long_context.py
tests/test_merging_algos.py
tests/test_model_card.py
tests/test_model_moe_naming.py
tests/test_moe_functions.py
tests/test_oom_recovery.py
tests/test_packaging.py
tests/test_phase12_5.py
tests/test_phase12_review_fixes.py
tests/test_phase7.py
tests/test_quickstart.py
tests/test_quickstart_compat.py
tests/test_quickstart_hardening.py
tests/test_quickstart_subprocess.py
tests/test_reverse_pii.py
tests/test_safety_advanced.py
tests/test_smoke.py
tests/test_supply_chain_security.py
tests/test_synthetic.py
tests/test_trainer.py
tests/test_trainer_grpo_config.py
tests/test_verification_toolbelt.py
tests/test_webhook.py
tests/test_wizard_byod.py
tests/test_wizard_phase11.py
tests/test_wizard_phase11_5.py
tests/test_wizard_phase22.py